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 6f9eaa8 commit edfc240Copy full SHA for edfc240
.github/workflows/unit-tests.yaml
@@ -32,10 +32,4 @@ jobs:
32
run: uvx poetry install --with dev
33
34
- name: Unit tests
35
- run: uvx poetry run pytest tests/ --cov --cov-report=xml --benchmark-skip -m "not ci_skip"
36
-
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 }}
+ run: uvx poetry run pytest tests/ --benchmark-skip -m "not ci_skip"
0 commit comments