Skip to content

Commit 68b133e

Browse files
authored
Merge pull request #115 from pymc-labs/improve_test_coverage_report
2 parents 3ba3639 + bedff00 commit 68b133e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ profile = "black"
33

44
[tool.pytest.ini_options]
55
addopts = [
6-
"-v",
6+
"-vv",
77
"--strict-markers",
88
"--strict-config",
99
"--cov=causalpy",
10+
"--cov-report=term-missing",
1011
]
1112
testpaths = "causalpy/tests"

0 commit comments

Comments
 (0)