Skip to content

Commit 907c596

Browse files
drammocktrallard
andauthored
MAINT - Purge codecov (#1809)
Co-authored-by: Tania Allard <[email protected]>
1 parent cf29b9c commit 907c596

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.github/workflows/tests.yml

+1-9
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,6 @@ jobs:
101101
with:
102102
name: coverage-${{ matrix.python-version }}-${{ matrix.os }}-${{ matrix.sphinx-version }}
103103
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-
112104
# note I am setting this on top of the Python cache as I could not find
113105
# how to set the hash key on the python one
114106
- name: Set up browser cache (for accessibility tests)
@@ -131,7 +123,7 @@ jobs:
131123
runs-on: ubuntu-latest
132124
needs: run-pytest
133125
# run both on previous step success and failure
134-
if: "!cancelled()"
126+
if: ${{ !cancelled() }}
135127
permissions:
136128
pull-requests: write
137129
contents: write

codecov.yml

-2
This file was deleted.

0 commit comments

Comments
 (0)