Skip to content

Commit 2915ab1

Browse files
committed
this too
1 parent d20b48d commit 2915ab1

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
@@ -86,6 +86,8 @@ changelog = "https://github.com/pylhc/PyLHC/blob/master/CHANGELOG.md"
8686
# ----- Testing ----- #
8787

8888
[tool.pytest.ini_options]
89+
addopts = "--cov-report=xml --cov-report term-missing --cov-config=pyproject.toml --cov=pylhc"
90+
testpaths = ["tests"]
8991
markers = [
9092
"cern_network: tests that require access to afs or the technical network",
9193
]

0 commit comments

Comments
 (0)