File tree 2 files changed +1
-11
lines changed
2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -101,14 +101,6 @@ jobs:
101
101
with :
102
102
name : coverage-${{ matrix.python-version }}-${{ matrix.os }}-${{ matrix.sphinx-version }}
103
103
path : .coverage.${{ matrix.python-version }}.${{ matrix.os }}.${{ matrix.sphinx-version }}
104
- - name : Upload to Codecov
105
- if : matrix.python-version == '3.12' && matrix.os == 'ubuntu-latest' && matrix.sphinx-version == 'dev'
106
- uses : codecov/codecov-action@v4
107
- with :
108
- fail_ci_if_error : true
109
- env :
110
- CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
111
-
112
104
# note I am setting this on top of the Python cache as I could not find
113
105
# how to set the hash key on the python one
114
106
- name : Set up browser cache (for accessibility tests)
@@ -131,7 +123,7 @@ jobs:
131
123
runs-on : ubuntu-latest
132
124
needs : run-pytest
133
125
# run both on previous step success and failure
134
- if : " !cancelled()"
126
+ if : ${{ !cancelled() }}
135
127
permissions :
136
128
pull-requests : write
137
129
contents : write
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments