We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 654a435 commit 96cb173Copy full SHA for 96cb173
.github/workflows/backend-ci.yml
@@ -91,10 +91,7 @@ jobs:
91
run: |
92
pdm run python -m pytest tests/unit/ -v --cov=app --cov-report=xml --cov-report=term-missing
93
94
- - name: Run integration tests
95
- working-directory: ./backend
96
- run: |
97
- pdm run python -m pytest tests/functional/ -v
+ # Skipping functional tests for now; no active tests in tests/functional
98
99
- name: Upload coverage to Codecov
100
uses: codecov/codecov-action@v4
0 commit comments