We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d20b48d commit 2915ab1Copy full SHA for 2915ab1
pyproject.toml
@@ -86,6 +86,8 @@ changelog = "https://github.com/pylhc/PyLHC/blob/master/CHANGELOG.md"
86
# ----- Testing ----- #
87
88
[tool.pytest.ini_options]
89
+addopts = "--cov-report=xml --cov-report term-missing --cov-config=pyproject.toml --cov=pylhc"
90
+testpaths = ["tests"]
91
markers = [
92
"cern_network: tests that require access to afs or the technical network",
93
]
0 commit comments