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 636fa69 commit e07da12Copy full SHA for e07da12
.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-report lcov -cov portion
+ uv run pytest --cov-report lcov --cov portion
40
- name: Upload coverage to Coveralls
41
uses: coverallsapp/github-action@v2
0 commit comments