Skip to content

Commit b206d50

Browse files
committed
Added src to pytest-cov.
1 parent 06c62ce commit b206d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ exclude = ["tests", "docs", ".github", "requirements.txt", ".gitignore"]
4848

4949
[tool.pytest.ini_options]
5050
minversion = "6.0"
51-
addopts = "--cov"
51+
addopts = "--cov=src/pyluach"
5252
testpaths = ["tests",]

0 commit comments

Comments
 (0)