Skip to content

Commit

Permalink
🧪 Don't show coverage on pytest failures
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Oct 7, 2024
1 parent 42b4a0c commit 90d4e22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ addopts =
--cov
--cov-config=.coveragerc
--cov-context=test
--no-cov-on-fail

# Fail on config parsing warnings:
# --strict-config
Expand Down

0 comments on commit 90d4e22

Please sign in to comment.