We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a41cae commit 0751b0fCopy full SHA for 0751b0f
ica/analyzers/__init__.py
@@ -0,0 +1 @@
1
+#!/usr/bin/env python3
pyproject.toml
@@ -67,6 +67,7 @@ profile = "black"
67
[tool.coverage.run]
68
# Enable branch coverage
69
branch = true
70
+source = ['ica']
71
72
[tool.coverage.report]
73
# Regexes for lines to exclude from consideration
0 commit comments