Skip to content

Commit

Permalink
Fixed coverage testing (checks source now, instead of tests)
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesbulin authored Dec 19, 2024
1 parent f16ae50 commit 30d37b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Run pytest
run: |
pytest --cov --cov-report=xml
python -m pytest --cov=ifsbench --cov-report=xml
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
Expand Down

0 comments on commit 30d37b7

Please sign in to comment.