Skip to content

Commit b23a368

Browse files
committed
excluding test files and old pi cruise control from coverage
1 parent 0454017 commit b23a368

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: tests and coverage
1818
run: |
1919
pip install -e .[advanced,dev] coveralls
20-
coverage run --source=pynumdiff --omit='pynumdiff/_version.py' -m pytest -s
20+
coverage run --source=pynumdiff --omit='pynumdiff/_version.py,pynumdiff/tests/*,pynumdiff/utils/old_pi_cruise_control.py' -m pytest -s
2121
coverage xml
2222
- uses: coverallsapp/github-action@v2
2323
with:

0 commit comments

Comments
 (0)