Skip to content

Commit

Permalink
Bump codecov/codecov-action from 4 to 5 in the actions group (#294)
Browse files Browse the repository at this point in the history
* Bump codecov/codecov-action from 4 to 5 in the actions group

Bumps the actions group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action).


Updates `codecov/codecov-action` from 4 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@v4...v5)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Fix codecov action parameters

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Florian Frantzen <florian.frantzen@rwth-aachen.de>
  • Loading branch information
dependabot[bot] and ffl096 authored Nov 18, 2024
1 parent c9eb873 commit 80275bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_codebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
run: |
pytest -n 2 --cov --cov-report=xml:coverage.xml test/nn test/base test/utils
- name: Upload coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: coverage.xml
files: coverage.xml
fail_ci_if_error: false

0 comments on commit 80275bb

Please sign in to comment.