Skip to content

Commit de38379

Browse files
committed
Minor fix on ci.yml
1 parent f52c846 commit de38379

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
3333
- name: Run tests
3434
run: |
35-
pytest --cov=synesis --cov-report=xml --cov-report=term --allow-no-tests
35+
python -c "import sys, pytest; code = pytest.main(['--cov=synesis','--cov-report=xml','--cov-report=term']); sys.exit(0 if code == 5 else code)"
3636
3737
- name: Upload coverage to Codecov
3838
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)