Skip to content

Commit

Permalink
Specify Codecov CLI version to work around 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 668a075 commit df4eb27
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,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 }}
# downgrading after v0.7.0 broke tokenless upload
# see codecov/codecov-action#1487
version: v0.6.0

user-mode-pytest:
name: pytest (user mode) (py${{ matrix.python-version }}/${{ matrix.os }})
Expand Down

0 comments on commit df4eb27

Please sign in to comment.