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 5666ec4 commit e8fb8baCopy full SHA for e8fb8ba
.github/workflows/test.yaml
@@ -36,6 +36,6 @@ jobs:
36
uv run ruff format --check
37
- name: Execute tests
38
run: |
39
- uv run pytest --cov --cov-report=lcov portion
+ uv run pytest --cov --cov-report=xml portion
40
- name: Upload coverage to Coveralls
41
uses: coverallsapp/github-action@v2
0 commit comments