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