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