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 d9f657a commit 8892e37Copy full SHA for 8892e37
.github/workflows/verify.yml
@@ -96,7 +96,7 @@ jobs:
96
- name: Run all tests
97
run: |
98
. venv/bin/activate
99
- pytest --log-level info tests/*.py --cov='.'
+ pytest --log-level info tests/*.py
100
- name: Upload coverage artifact
101
uses: actions/upload-artifact@v4
102
with:
.pre-commit-config.yaml
@@ -92,7 +92,7 @@ repos:
92
pass_filenames: false
93
- id: pytest
94
name: "pytest"
95
- entry: script/run-in-env.sh pytest
+ entry: script/run-in-env.sh pytest --log-level info tests/*.py
language: script
types: [python]
0 commit comments