We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0792ce7 commit 28b9aefCopy full SHA for 28b9aef
1 file changed
.github/workflows/test.yml
@@ -35,7 +35,7 @@ jobs:
35
mypy linux_edr/
36
- name: Test with pytest
37
run: |
38
- uv run pytest --cov=linux_edr
+ uv run pytest --cov=linux_edr -p no:logging
39
uv run python -m coverage xml
40
- name: Upload coverage to Codecov
41
uses: codecov/codecov-action@v3
0 commit comments