We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a735aa0 commit 4330b2cCopy full SHA for 4330b2c
Makefile
@@ -28,7 +28,7 @@ coverage:
28
29
uv run coverage run -m pytest
30
uv run coverage xml -o coverage.xml
31
- uv run coverage report -m --fail-under=95
+ uv run coverage report -m --fail-under=85
32
33
.PHONY: snapshots-fix
34
snapshots-fix:
pyproject.toml
@@ -123,7 +123,8 @@ module = "sounddevice.*"
123
ignore_missing_imports = true
124
125
[tool.coverage.run]
126
-source = ["tests", "src/agents"]
+source = ["src/agents"]
127
+omit = ["tests/*"]
128
129
[tool.coverage.report]
130
show_missing = true
0 commit comments