1 parent 161de8b commit 0dd4d57Copy full SHA for 0dd4d57
1 file changed
.github/workflows/ci-checks.yaml
@@ -41,7 +41,7 @@ jobs:
41
- name: Run tests
42
run: |
43
cd backend
44
- pytest --cov=backend --cov-branch --cov-report=xml tests/
+ pytest --cov=. --cov-branch --cov-report=xml tests/
45
46
- name: Upload coverage reports to Codecov
47
uses: codecov/codecov-action@v5
0 commit comments