Skip to content

Commit f1ce3b7

Browse files
build(deps): bump codecov/codecov-action from 5.2.0 to 5.3.0
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5.2.0...v5.3.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a8e6c68 commit f1ce3b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/coverage.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: make coverage
3737

3838
- name: Upload to codecov.io
39-
uses: codecov/codecov-action@v5.2.0
39+
uses: codecov/codecov-action@v5.3.0
4040
with:
4141
token: ${{ secrets.CODECOV_TOKEN }}
4242
files: policies/coverage.json
@@ -74,7 +74,7 @@ jobs:
7474
run: npm run coverage
7575

7676
- name: Upload to codecov.io
77-
uses: codecov/codecov-action@v5.2.0
77+
uses: codecov/codecov-action@v5.3.0
7878
with:
7979
token: ${{ secrets.CODECOV_TOKEN }}
8080
directory: frontend/coverage/
@@ -161,7 +161,7 @@ jobs:
161161
grcov . --binary-path ./target/debug/deps/ -s . -t lcov --branch --ignore-not-existing --ignore '../*' --ignore "/*" -o target/coverage/tests.lcov
162162
163163
- name: Upload to codecov.io
164-
uses: codecov/codecov-action@v5.2.0
164+
uses: codecov/codecov-action@v5.3.0
165165
with:
166166
token: ${{ secrets.CODECOV_TOKEN }}
167167
files: target/coverage/*.lcov

0 commit comments

Comments
 (0)