1 parent cb161ff commit 13057faCopy full SHA for 13057fa
1 file changed
pyproject.toml
@@ -56,7 +56,4 @@ ignore_errors = true
56
[tool.pytest.ini_options]
57
testpaths = ["tests"]
58
asyncio_mode = "auto"
59
-addopts = "--cov=azulweb --cov-report=term-missing"
60
-
61
-[tool.coverage.run]
62
-source = ["azulweb"]
+addopts = "--cov=. --cov-report=term-missing"
0 commit comments