We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c86555 commit e14ed44Copy full SHA for e14ed44
pyproject.toml
@@ -65,6 +65,10 @@ changelog = "https://github.com/pylhc/generic_parser/blob/master/CHANGELOG.md"
65
66
# ----- Testing ----- #
67
68
+[tool.pytest.ini_options]
69
+addopts = "--cov-report=xml --cov-report term-missing --cov-config=pyproject.toml --cov=generic_parser"
70
+testpaths = ["tests"]
71
+
72
[tool.coverage.run]
73
source = ["generic_parser/"]
74
0 commit comments