build(deps): bump codecov/codecov-action from 5.0.1 to 5.0.2

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.0.1 to 5.0.2.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v5.0.1...v5.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-11-18 13:51:24 +00:00
committed by Quentin Gliech
parent 895759de20
commit 3fb8e7a426

View File

@@ -36,7 +36,7 @@ jobs:
run: make coverage run: make coverage
- name: Upload to codecov.io - name: Upload to codecov.io
uses: codecov/codecov-action@v5.0.1 uses: codecov/codecov-action@v5.0.2
with: with:
token: ${{ secrets.CODECOV_TOKEN }} token: ${{ secrets.CODECOV_TOKEN }}
files: policies/coverage.json files: policies/coverage.json
@@ -74,7 +74,7 @@ jobs:
run: npm run coverage run: npm run coverage
- name: Upload to codecov.io - name: Upload to codecov.io
uses: codecov/codecov-action@v5.0.1 uses: codecov/codecov-action@v5.0.2
with: with:
token: ${{ secrets.CODECOV_TOKEN }} token: ${{ secrets.CODECOV_TOKEN }}
directory: frontend/coverage/ directory: frontend/coverage/
@@ -162,7 +162,7 @@ jobs:
grcov . --binary-path ./target/debug/deps/ -s . -t lcov --branch --ignore-not-existing --ignore '../*' --ignore "/*" -o target/coverage/tests.lcov grcov . --binary-path ./target/debug/deps/ -s . -t lcov --branch --ignore-not-existing --ignore '../*' --ignore "/*" -o target/coverage/tests.lcov
- name: Upload to codecov.io - name: Upload to codecov.io
uses: codecov/codecov-action@v5.0.1 uses: codecov/codecov-action@v5.0.2
with: with:
token: ${{ secrets.CODECOV_TOKEN }} token: ${{ secrets.CODECOV_TOKEN }}
files: target/coverage/*.lcov files: target/coverage/*.lcov