Skip to content

Commit c9c0fd1

Browse files
chore(ci): bump codecov/codecov-action from 4.0.1 to 4.1.0
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.0.1 to 4.1.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@v4.0.1...v4.1.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 4ca4e95 commit c9c0fd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
args: nextest --workspace --all-features --lcov --output-path lcov.info --profile ci -vv
143143

144144
- name: Upload coverage to Codecov
145-
uses: codecov/codecov-action@v4.0.1
145+
uses: codecov/codecov-action@v4.1.0
146146
with:
147147
token: ${{ secrets.CODE_COV }}
148148
files: lcov.info

0 commit comments

Comments
 (0)