Skip to content

Commit 55e8763

Browse files
committed
chore: don't add coverage for uv dedicated tests
Coverage is already done in the standard tests.
1 parent d9e087f commit 55e8763

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

.github/workflows/test-uv.yml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ jobs:
7373
python: "3.10"
7474
os: ubuntu-latest
7575
tox_env: "py310"
76-
use_coverage: true
7776

7877
- name: "macos-py310"
7978
python: "3.10"
@@ -107,28 +106,10 @@ jobs:
107106
python -m pip install --upgrade pip
108107
pip install tox coverage
109108
110-
- name: Test without coverage
111-
if: "! matrix.use_coverage"
109+
- name: Test
112110
shell: bash
113111
run: tox -c tox-uv.ini run -e ${{ matrix.tox_env }} --installpkg `find dist/*.tar.gz`
114112

115-
- name: Test with coverage
116-
if: "matrix.use_coverage"
117-
shell: bash
118-
run: tox -c tox-uv.ini run -e ${{ matrix.tox_env }}-coverage --installpkg `find dist/*.tar.gz`
119-
120-
- name: Generate coverage report
121-
if: "matrix.use_coverage"
122-
run: python -m coverage xml
123-
124-
- name: Upload coverage to Codecov
125-
if: "matrix.use_coverage"
126-
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7
127-
with:
128-
fail_ci_if_error: false
129-
files: ./coverage.xml
130-
verbose: true
131-
132113
check: # This job does nothing and is only used for the branch protection
133114
if: always()
134115

0 commit comments

Comments
 (0)