Skip to content

Commit d68c725

Browse files
ignore resources for coverage computation
1 parent 86f86b4 commit d68c725

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
@@ -38,6 +38,8 @@ include = [
3838
]
3939
omit = [
4040
"**/__init__.py",
41+
"hopes/assert_utils.py",
42+
"hopes/dev_utils.py",
4143
]
4244
ignore_errors = true
4345
show_missing = true

0 commit comments

Comments
 (0)