Skip to content

Commit

Permalink
tests: skip covered lines in coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
BoboTiG committed Jul 30, 2024
1 parent 2de0e74 commit 1210521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ addopts = """
-r fE
-vvv
--cov=src/mss
--cov-report=term-missing
--cov-report=term-missing:skip-covered
"""

[tool.ruff]
Expand Down

0 comments on commit 1210521

Please sign in to comment.