Skip to content

Commit 1ad9d57

Browse files
committed
Configure pytest-cov to be used automatically
This produces the problem being shown, even when the tests are run just with the command `pytest` with no arguments.
1 parent ae55fd8 commit 1ad9d57

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[tool.pytest.ini_options]
2+
addopts = "--cov"

0 commit comments

Comments
 (0)