Skip to content

Commit

Permalink
Changed omitted files and dirs from code coverage with test
Browse files Browse the repository at this point in the history
  • Loading branch information
Attumm committed Aug 1, 2024
1 parent d9f07f6 commit 50f14b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Run Unit Tests
run: |
coverage run --omit="*/tests/*,*/test_*.py" -m unittest discover
coverage run --omit="*tests*" -m unittest discover
- name: Upload coverage reports to Codecov, send only once
if: matrix.python-version == '3.12'
Expand Down

0 comments on commit 50f14b8

Please sign in to comment.