We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5dd726 commit 6641252Copy full SHA for 6641252
.github/workflows/test.yml
@@ -92,7 +92,7 @@ jobs:
92
- name: Run Backend Tests with Coverage
93
if: env.skip_backend_tests == 'false'
94
run: |
95
- pytest --cov=. --cov-report=term-missing --cov-report=xml
+ pytest --cov=. --cov-report=term-missing --cov-report=xml ./src/tests/api
96
97
- name: Skip Backend Tests
98
if: env.skip_backend_tests == 'true'
0 commit comments