Skip to content

Commit

Permalink
Exclude diffdrr from code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
LucidCodeAI committed Jun 14, 2024
1 parent be439c7 commit 51677a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[run]
omit =
**/diffdrr/*
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Run tests with coverage
run: |
coverage run -m unittest discover -s test -p 'test_*.py'
coverage run --rcfile=.coveragerc -m unittest discover -s test -p 'test_*.py'
coverage report
coverage xml
Expand Down

0 comments on commit 51677a3

Please sign in to comment.