Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line numberDiff line numberDiff line change
Expand Up@@ -82,6 +82,10 @@ run.branch = true
run.plugins = ["covdefaults"] # https://youtu.be/70T6OxKwxm0
report.fail_under = 80
report.show_missing = true
report.exclude_lines = [
"@pytest.mark.skip",
"@pytest.mark.xfail",
]


[tool.ruff]
Expand Down