Skip to content

Commit

Permalink
Modified Github workflow to run with Numba disabled to increase code …
Browse files Browse the repository at this point in the history
…coverage.
  • Loading branch information
byrdie committed Jul 8, 2024
1 parent 4970c59 commit 64d21bb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ jobs:
run: |
pip install pytest pytest-cov
pytest --cov=. --cov-report=xml
- name: Test with Numba disabled
env:
NUMBA_DISABLE_JIT: 1
run: |
pytest --cov=. --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/[email protected]
with:
Expand Down

0 comments on commit 64d21bb

Please sign in to comment.