Skip to content

Commit 514acb0

Browse files
⬆️ Bump codecov/codecov-action from 1.5.0 to 1.5.2 (#139)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1.5.0 to 1.5.2. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](codecov/codecov-action@v1.5.0...v1.5.2) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cd67d6a commit 514acb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: go test -coverprofile=coverage.txt -covermode=atomic -v ./...
6262

6363
- name: Upload coverage to Codecov
64-
uses: codecov/[email protected].0
64+
uses: codecov/[email protected].2
6565
with:
6666
token: ${{ secrets.CODECOV_TOKEN }}
6767
files: coverage.txt

0 commit comments

Comments
 (0)