Skip to content

Commit

Permalink
Attempt to point pytest-codecov to the configuration file used.
Browse files Browse the repository at this point in the history
  • Loading branch information
johannvk committed Nov 18, 2024
1 parent 17e40a4 commit 9ccde04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# echo "NUMBA_DISABLE_JIT=1" >> $GITHUB_ENV
- name: Run pytest - with Numba installed
run: |
pytest --cov --cov-report=xml --cov-append
pytest --cov --cov-config=.codecov.yml --cov-report=xml --cov-append
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
Expand Down

0 comments on commit 9ccde04

Please sign in to comment.