Skip to content

Commit

Permalink
instricting pytest-cov to use coragerc
Browse files Browse the repository at this point in the history
  • Loading branch information
bonevbs committed Dec 14, 2023
1 parent 5e54171 commit f7ab35a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
- name: Test with pytest
run: |
python -m pip install pytest pytest-cov parameterized
python -m pytest --cov-report term --cov-config=.coveragerc ./tests/test_sht.py
python -m pytest --cov-report term --cov-config=.coveragerc --cov=torch_harmonics ./tests/test_sht.py

0 comments on commit f7ab35a

Please sign in to comment.