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 d07230c commit f2f1284Copy full SHA for f2f1284
.github/workflows/unit-tests.yaml
@@ -32,11 +32,11 @@ jobs:
32
run: uvx poetry install --with dev
33
34
- name: Unit tests
35
- # run: uvx poetry run pytest tests/ --cov --cov-report=xml -vv
36
- run: uvx poetry run pytest tests/ -vv
+ run: uvx poetry run pytest tests/ --cov --cov-report=xml -vv
+ # run: uvx poetry run pytest tests/ -vv
37
38
- # - name: Upload coverage reports to Codecov
39
- # uses: codecov/codecov-action@v5
40
- # if: matrix.python-version == '3.12.1'
41
- # with:
42
- # token: ${{ secrets.CODECOV_TOKEN }}
+ - name: Upload coverage reports to Codecov
+ uses: codecov/codecov-action@v5
+ if: matrix.python-version == '3.12.1'
+ with:
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments