Skip to content

Commit 0751b0f

Browse files
committed
Report coverage on all modules, including those untested
1 parent 2a41cae commit 0751b0f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ica/analyzers/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#!/usr/bin/env python3

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ profile = "black"
6767
[tool.coverage.run]
6868
# Enable branch coverage
6969
branch = true
70+
source = ['ica']
7071

7172
[tool.coverage.report]
7273
# Regexes for lines to exclude from consideration

0 commit comments

Comments
 (0)