diff --git a/pyproject.toml b/pyproject.toml index 2bc2520..5e60005 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]