Skip to content

Commit

Permalink
Specify Codecov version to work around codecov/codecov-action#1487 (#…
Browse files Browse the repository at this point in the history
…1441)

* Specify Codecov version to work around codecov/codecov-action#1487

* Try with v0.7.1

---------

Co-authored-by: Keith Beattie <ksbeattie@lbl.gov>
  • Loading branch information
lbianchi-lbl and ksbeattie authored Jul 18, 2024
1 parent 3c209b9 commit 85bf669
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,9 @@ jobs:
# but does require token for other workflows e.g. merge to `main`
# see https://github.com/codecov/codecov-action/issues/1274#issuecomment-1934437359
token: ${{ secrets.CODECOV_TOKEN }}
# pinning version after v0.7.0 broke tokenless upload
# see codecov/codecov-action#1487
version: v0.7.1

build-docs:
name: Build Sphinx docs
Expand Down

0 comments on commit 85bf669

Please sign in to comment.