Skip to content

Commit

Permalink
Changed omit test files from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Attumm committed Aug 12, 2024
1 parent 134a25f commit 04a9620
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 -m unittest discover tests/ -p "*test*.py"
coverage run --omit="*test*" -m unittest discover tests/ -p "*test*.py"
- name: Upload coverage reports to Codecov, send only once
if: matrix.python-version == '3.12'
Expand Down

0 comments on commit 04a9620

Please sign in to comment.