We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6577ea0 commit bdd15dfCopy full SHA for bdd15df
1 file changed
.github/workflows/test.yml
@@ -67,7 +67,7 @@ jobs:
67
- name: Run tests with coverage
68
if: env.skip_tests == 'false'
69
run: |
70
- if python -m pytest src/tests/backend/test_app.py --cov=backend --cov-config=.coveragerc && \
+ if python -m pytest src/tests/backend/test_app.py --cov=backend --cov-config=.coveragerc -q > /dev/null 2>&1 && \
71
python -m pytest src/tests/backend --cov=backend --cov-append --cov-report=term --cov-report=xml --cov-config=.coveragerc --ignore=src/tests/backend/test_app.py; then
72
echo "Tests completed, checking coverage."
73
if [ -f coverage.xml ]; then
0 commit comments