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