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 281c431 commit 3d0b251Copy full SHA for 3d0b251
.github/workflows/tests.yml
@@ -113,7 +113,7 @@ jobs:
113
- name: Run backend tests with coverage
114
run: |
115
cd backend
116
- python -m pytest tests/integration -v --cov=app --cov-report=xml --cov-report=term
+ python -m pytest tests/integration tests/unit -v --cov=app --cov-report=xml --cov-report=term
117
118
- name: Upload coverage to Codecov
119
uses: codecov/codecov-action@v5
0 commit comments