We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a29d546 commit 8c9462dCopy full SHA for 8c9462d
1 file changed
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Run tests
35
run: |
36
cd projects/policyengine-${{ matrix.service }}
37
- uv run pytest tests/ -v --cov=src --cov-report=xml
+ uv run pytest tests/ -v
38
39
- name: Upload coverage
40
uses: codecov/codecov-action@v4
0 commit comments