Skip to content

Commit

Permalink
actions: bump codecov/codecov-action from 3 to 5
Browse files Browse the repository at this point in the history
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 5.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v3...v5)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Khoyo committed Nov 15, 2024
1 parent a289d44 commit cb99790
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ jobs:
poetry run pytest --cov --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
with:
name: codecov
flags: railjson_generator
Expand Down Expand Up @@ -518,7 +518,7 @@ jobs:
exit $(docker wait core-test)
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
with:
name: codecov
flags: core
Expand Down Expand Up @@ -602,7 +602,7 @@ jobs:
exit $(docker wait editoast-test)
- name: Upload coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
with:
name: codecov
flags: editoast
Expand Down Expand Up @@ -737,7 +737,7 @@ jobs:
exit $(docker wait gateway-test)
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
with:
name: codecov
flags: gateway
Expand Down Expand Up @@ -800,7 +800,7 @@ jobs:
exit $(docker wait osrdyne-test)
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
with:
name: codecov
flags: osrdyne
Expand Down Expand Up @@ -878,7 +878,7 @@ jobs:
exit $(docker wait front-test)
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
with:
name: codecov
flags: front
Expand Down Expand Up @@ -978,7 +978,7 @@ jobs:
poetry -C tests run pytest --cov --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
with:
name: codecov
flags: tests
Expand Down

0 comments on commit cb99790

Please sign in to comment.