Skip to content

Commit

Permalink
Try downgrading Codecov CLI due to codecov/codecov-action#1487
Browse files Browse the repository at this point in the history
  • Loading branch information
lbianchi-lbl committed Jun 21, 2024
1 parent 4448ff8 commit 429bdfb
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,19 +132,15 @@ jobs:
- uses: actions/download-artifact@v4
with:
pattern: coverage-report-*
- name: Upload coverage report to Codecov (tokenless)
uses: codecov/codecov-action@v4
if: ${{ ! secrets.CODECOV_TOKEN }}
with:
fail_ci_if_error: true
verbose: true
- name: Upload coverage report to Codecov (token)
uses: codecov/codecov-action@v4
if: secrets.CODECOV_TOKEN
with:
fail_ci_if_error: true
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}
# downgrading after v0.7.0 broke tokenless upload
# see codecov/codecov-action#1487
version: v0.6.0

build-docs:
name: Build docs (Sphinx)
Expand Down

0 comments on commit 429bdfb

Please sign in to comment.