Skip to content

Commit bf7b224

Browse files
committed
this too
1 parent 536b291 commit bf7b224

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
@@ -73,6 +73,8 @@ changelog = "https://github.com/pylhc/optics_functions/blob/master/CHANGELOG.md"
7373
# ----- Testing ----- #
7474

7575
[tool.pytest.ini_options]
76+
addopts = "--cov-report=xml --cov-report term-missing --cov-config=pyproject.toml --cov=optics_functions"
77+
testpaths = ["tests"]
7678
markers = [
7779
"basic: basic tests run for every commit",
7880
"extended: test run on PRs",

0 commit comments

Comments
 (0)