Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 62f7ebc

Browse files
authoredApr 6, 2022
Bump codecov/codecov-action from 2 to 3
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2 to 3. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](codecov/codecov-action@v2...v3) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c3abaac commit 62f7ebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/test-go-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103

104104
- name: Send unit tests coverage to Codecov
105105
if: runner.os == 'Linux'
106-
uses: codecov/codecov-action@v2
106+
uses: codecov/codecov-action@v3
107107
with:
108108
file: ${{ matrix.module.path }}coverage_unit.txt
109109
flags: ${{ matrix.module.codecov-flags }}

0 commit comments

Comments
 (0)
Please sign in to comment.