Skip to content

Commit

Permalink
Remove the coverage reporting of missing code
Browse files Browse the repository at this point in the history
This creates very busy output when running scons.
  • Loading branch information
timj committed Jul 10, 2023
1 parent 9d9d97c commit 5361c9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ convention = "numpy"
add-ignore = ["D107", "D105", "D102", "D100", "D200", "D205", "D400", "D104"]

[tool.coverage.report]
show_missing = true
exclude_lines = [
"pragma: no cover",
"raise AssertionError",
Expand Down

0 comments on commit 5361c9d

Please sign in to comment.