Skip to content

Commit 60cc391

Browse files
dependabot[bot]devmotionsimsuracewilltebbutttheogf
authored
Bump codecov/codecov-action from 2 to 4 (#543)
* Bump codecov/codecov-action from 2 to 4 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2 to 4. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v2...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Add token * Bump codecov/codecov-action from 4 to 5 (#570) --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: David Widmann <devmotion@users.noreply.github.com> Co-authored-by: Simone Carlo Surace <51025924+simsurace@users.noreply.github.com> Co-authored-by: Will Tebbutt <wct23@cam.ac.uk> Co-authored-by: Théo Galy-Fajou <theo.galyfajou@gmail.com> Co-authored-by: Albert R. Gnadt <20693045+gnadt@users.noreply.github.com>
1 parent cb5b6a2 commit 60cc391

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
5050
if: matrix.version == '1' && matrix.os == 'ubuntu-latest'
5151
- name: Send coverage to CodeCov
5252
if: matrix.version == '1' && matrix.os == 'ubuntu-latest'
53-
uses: codecov/codecov-action@v2
53+
uses: codecov/codecov-action@v5
5454
with:
55-
file: lcov.info
55+
files: lcov.info
56+
token: ${{ secrets.CODECOV_TOKEN }} # required
57+
fail_ci_if_error: true

0 commit comments

Comments
 (0)