Skip to content

Commit 3d0b251

Browse files
committed
dumb error in gh fix
1 parent 281c431 commit 3d0b251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
- name: Run backend tests with coverage
114114
run: |
115115
cd backend
116-
python -m pytest tests/integration -v --cov=app --cov-report=xml --cov-report=term
116+
python -m pytest tests/integration tests/unit -v --cov=app --cov-report=xml --cov-report=term
117117
118118
- name: Upload coverage to Codecov
119119
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)