Skip to content

Commit c9ef76f

Browse files
fix skip-covered configuration
1 parent 6ef2256 commit c9ef76f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,18 @@ build-backend = "setuptools.build_meta"
55
[tool.pytest.ini_options]
66
addopts = """
77
--import-mode=importlib \
8-
--cov=src/glassflow \
9-
--skip-covered \
108
--junitxml=tests/reports/pytest.xml \
9+
--cov=src/glassflow \
1110
--cov-report xml:tests/reports/coverage.xml \
1211
-ra -q
1312
"""
1413
testpaths = [
1514
"tests",
1615
]
1716

17+
[tool.coverage.html]
18+
skip_covered = true
19+
1820
[tool.ruff.lint]
1921
select = [
2022
# pycodestyle

0 commit comments

Comments
 (0)