There was an error while loading. Please reload this page.
1 parent f52c846 commit de38379Copy full SHA for de38379
1 file changed
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Run tests
34
run: |
35
- pytest --cov=synesis --cov-report=xml --cov-report=term --allow-no-tests
+ python -c "import sys, pytest; code = pytest.main(['--cov=synesis','--cov-report=xml','--cov-report=term']); sys.exit(0 if code == 5 else code)"
36
37
- name: Upload coverage to Codecov
38
uses: codecov/codecov-action@v4
0 commit comments