Skip to content

Commit f986986

Browse files
build(deps): bump codecov/codecov-action from 5.5.0 to 5.5.1
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.5.0 to 5.5.1. - [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.5.0...v5.5.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.5.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 38589a6 commit f986986

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
@@ -38,7 +38,7 @@ jobs:
3838
run: make coverage
3939

4040
- name: Upload to codecov.io
41-
uses: codecov/[email protected].0
41+
uses: codecov/[email protected].1
4242
with:
4343
token: ${{ secrets.CODECOV_TOKEN }}
4444
files: policies/coverage.json
@@ -65,7 +65,7 @@ jobs:
6565
run: npm run coverage
6666

6767
- name: Upload to codecov.io
68-
uses: codecov/[email protected].0
68+
uses: codecov/[email protected].1
6969
with:
7070
token: ${{ secrets.CODECOV_TOKEN }}
7171
directory: frontend/coverage/
@@ -132,7 +132,7 @@ jobs:
132132
grcov . --binary-path ./target/debug/deps/ -s . -t lcov --branch --ignore-not-existing --ignore '../*' --ignore "/*" -o target/coverage/tests.lcov
133133
134134
- name: Upload to codecov.io
135-
uses: codecov/[email protected].0
135+
uses: codecov/[email protected].1
136136
with:
137137
token: ${{ secrets.CODECOV_TOKEN }}
138138
files: target/coverage/*.lcov

0 commit comments

Comments
 (0)