Skip to content

Commit edfc240

Browse files
committed
Update unit-tests.yaml
1 parent 6f9eaa8 commit edfc240

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,4 @@ jobs:
3232
run: uvx poetry install --with dev
3333

3434
- 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 }}
35+
run: uvx poetry run pytest tests/ --benchmark-skip -m "not ci_skip"

0 commit comments

Comments
 (0)