Skip to content

Commit e14ed44

Browse files
committed
this too
1 parent 1c86555 commit e14ed44

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ changelog = "https://github.com/pylhc/generic_parser/blob/master/CHANGELOG.md"
6565

6666
# ----- Testing ----- #
6767

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+
6872
[tool.coverage.run]
6973
source = ["generic_parser/"]
7074

0 commit comments

Comments
 (0)