Skip to content

Commit 6e9165d

Browse files
chore(ci): bump codecov/codecov-action from 3.1.4 to 3.1.5
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.4 to 3.1.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@v3.1.4...v3.1.5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0deed4a commit 6e9165d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
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/[email protected].4
145+
uses: codecov/[email protected].5
146146
with:
147147
token: ${{ secrets.CODE_COV }}
148148
files: lcov.info

0 commit comments

Comments
 (0)