We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97501a7 commit 614b287Copy full SHA for 614b287
.github/workflows/test.yml
@@ -55,7 +55,7 @@ jobs:
55
if: env.skip_backend_tests == 'false'
56
run: |
57
cd src/ContentProcessorAPI/app
58
- pytest --cov=. --cov-report=term-missing --cov-report=xml
+ python -m pytest -vv --cov=. --cov-report=xml --cov-report=term-missing --cov-fail-under=80 --junitxml=coverage-junit.xml
59
60
- name: Skip Backend Tests
61
if: env.skip_backend_tests == 'true'
0 commit comments