Skip to content

Commit 5ceb2b4

Browse files
committed
omitting an autogenerated file from consideration
1 parent c290f53 commit 5ceb2b4

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 -m pytest -s
20+
coverage run --source=pynumdiff --omit='pynumdiff/_version.py' -m pytest -s
2121
coverage xml
2222
- uses: coverallsapp/github-action@v2
2323
with:

0 commit comments

Comments
 (0)