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 ce29510 commit cd2adabCopy full SHA for cd2adab
.github/workflows/unit-tests.yaml
@@ -32,7 +32,7 @@ jobs:
32
run: uvx poetry install --with dev
33
34
- name: Unit tests
35
- run: uvx poetry run pytest tests/ --cov --cov-report=xml
+ run: uvx poetry run pytest tests/ --cov --cov-report=xml -vv
36
37
- name: Upload coverage reports to Codecov
38
uses: codecov/codecov-action@v5
0 commit comments