Skip to content

Commit

Permalink
🧪 Exclude xfailing tests from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Nov 15, 2024
1 parent 41238f6 commit a9f9b8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ _site-packages-to-src-mapping =
*\Lib\site-packages

[report]
exclude_also =
^\s*@pytest\.mark\.xfail
# small library, don't fail when running without C-extension
fail_under = 50.00
skip_covered = true
skip_empty = true
show_missing = true
exclude_also =
^\s*@pytest\.mark\.xfail

[run]
branch = true
Expand Down

0 comments on commit a9f9b8a

Please sign in to comment.