We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1cace1 commit 4654a86Copy full SHA for 4654a86
.github/workflows/test.yml
@@ -54,7 +54,7 @@ jobs:
54
- name: Run Backend Tests with Coverage
55
if: env.skip_backend_tests == 'false'
56
run: |
57
- pytest src/ContentProcessorAPI/app/tests
+ pytest src/ContentProcessorAPI/app
58
pytest --cov=. --cov-report=term-missing --cov-report=xml
59
60
- name: Skip Backend Tests
0 commit comments