"git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "7c82a16fc14840429566aec40eb9e65aa57005fd"
Unverified Commit 9577cc8f authored by Boris Bonev's avatar Boris Bonev Committed by GitHub
Browse files

Bbonev/coverage report (#26)

* adding github action for coverage report

* removing github action

* report coverage in terminal

* restricting to files directly inside torch-harmonics

* adding exclusion list for coverage

* instricting pytest-cov to use coragerc

* instricting pytest-cov to use coragerc

* changing exclusion list in coveragerc
parent a0227d4c
[run]
omit =
*/distributed/*
*/examples/*
\ No newline at end of file
...@@ -23,4 +23,4 @@ jobs: ...@@ -23,4 +23,4 @@ jobs:
- name: Test with pytest - name: Test with pytest
run: | run: |
python -m pip install pytest pytest-cov parameterized python -m pip install pytest pytest-cov parameterized
python -m pytest ./tests/test_sht.py python -m pytest --cov-report term --cov-config=.coveragerc --cov=torch_harmonics ./tests/test_sht.py
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment