Skip to content

Commit 97f9c17

Browse files
committed
Use source instead of include for coverage
1 parent ba427e7 commit 97f9c17

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ select = [
6161
[tool.coverage.run]
6262
# Enable branch coverage
6363
branch = true
64-
# Only check coverage for source files
65-
include = ["cachesimulator/*.py"]
64+
source = ["cachesimulator"]
6665

6766
[tool.coverage.report]
6867
# Regexes for lines to exclude from consideration

0 commit comments

Comments
 (0)