File tree Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments