Skip to content

Commit

Permalink
Improve .coveragerc
Browse files Browse the repository at this point in the history
  • Loading branch information
MHendricks committed Mar 14, 2024
1 parent d6c2b41 commit bc82b9f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
[report]
show_missing = false
skip_covered = true
skip_empty = true

[run]
# Ensure all python modules in preditor have their coverage reported,
# not just files that pytest touches.
source = preditor
omit =
*/site-packages/*
relative_files=True

0 comments on commit bc82b9f

Please sign in to comment.