Skip to content

Commit 56d7eed

Browse files
committed
Add config to ignore the test files for code coverage
1 parent 84180a8 commit 56d7eed

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

+5
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,8 @@ nuclearmasses = [
6262
"data/2016/*.*",
6363
"data/2020/*.*",
6464
]
65+
66+
[tool.coverage.report]
67+
omit = [
68+
"tests/*"
69+
]

0 commit comments

Comments
 (0)