We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5db332 commit b380112Copy full SHA for b380112
1 file changed
.github/workflows/test.yml
@@ -53,7 +53,7 @@ jobs:
53
- name: Run app.py tests separately (requires isolation due to mocking)
54
if: env.skip_tests == 'false'
55
run: |
56
- python -m pytest src/tests/backend/test_app.py --cov=backend.app --cov-report= --cov-config=.coveragerc -q
+ python -m pytest src/tests/backend/test_app.py --cov=backend.app --cov-report= --cov-config=.coveragerc -q > /dev/null 2>&1
57
58
- name: Run all other backend tests with coverage
59
0 commit comments