Skip to content

Commit

Permalink
MAINT - Purge codecov (#1809)
Browse files Browse the repository at this point in the history
Co-authored-by: Tania Allard <taniar.allard@gmail.com>
  • Loading branch information
drammock and trallard committed May 13, 2024
1 parent cf29b9c commit 907c596
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,6 @@ jobs:
with:
name: coverage-${{ matrix.python-version }}-${{ matrix.os }}-${{ matrix.sphinx-version }}
path: .coverage.${{ matrix.python-version }}.${{ matrix.os }}.${{ matrix.sphinx-version }}
- name: Upload to Codecov
if: matrix.python-version == '3.12' && matrix.os == 'ubuntu-latest' && matrix.sphinx-version == 'dev'
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

# note I am setting this on top of the Python cache as I could not find
# how to set the hash key on the python one
- name: Set up browser cache (for accessibility tests)
Expand All @@ -131,7 +123,7 @@ jobs:
runs-on: ubuntu-latest
needs: run-pytest
# run both on previous step success and failure
if: "!cancelled()"
if: ${{ !cancelled() }}
permissions:
pull-requests: write
contents: write
Expand Down
2 changes: 0 additions & 2 deletions codecov.yml

This file was deleted.

0 comments on commit 907c596

Please sign in to comment.