Skip to content

Commit 0dd4d57

Browse files
committed
update coverage
1 parent 161de8b commit 0dd4d57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Run tests
4242
run: |
4343
cd backend
44-
pytest --cov=backend --cov-branch --cov-report=xml tests/
44+
pytest --cov=. --cov-branch --cov-report=xml tests/
4545
4646
- name: Upload coverage reports to Codecov
4747
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)