File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -94,17 +94,17 @@ jobs:
9494 token : ${{ secrets.CODECOV_TOKEN }}
9595 fail_ci_if_error : false
9696
97+ - name : Upload coverage results to Codecov
98+ if : matrix.os == 'ubuntu-latest' && matrix.python-version == '3.8'
99+ uses : codecov/codecov-action@v4
100+ with :
101+ token : ${{ secrets.CODECOV_TOKEN }}
102+ fail_ci_if_error : false
103+
97104 - name : Upload coverage as artifact
98105 if : matrix.os == 'ubuntu-latest' && matrix.python-version == '3.8'
99106 uses : actions/upload-artifact@v4
100107 with :
101108 name : coverage
102109 path : coverage.xml
103110 overwrite : true
104-
105- - name : Upload coverage results to Codecov
106- if : matrix.os == 'ubuntu-latest' && matrix.python-version == '3.8'
107- uses : codecov/codecov-action@v4
108- with :
109- token : ${{ secrets.CODECOV_TOKEN }}
110- fail_ci_if_error : false
You can’t perform that action at this time.
0 commit comments