Skip to content

Commit 13057fa

Browse files
committed
[PAQA - bugfix] issue with pytest-cov
1 parent cb161ff commit 13057fa

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,4 @@ ignore_errors = true
5656
[tool.pytest.ini_options]
5757
testpaths = ["tests"]
5858
asyncio_mode = "auto"
59-
addopts = "--cov=azulweb --cov-report=term-missing"
60-
61-
[tool.coverage.run]
62-
source = ["azulweb"]
59+
addopts = "--cov=. --cov-report=term-missing"

0 commit comments

Comments
 (0)