Skip to content

Commit 962e48f

Browse files
chore(deps): bump codecov/codecov-action from 3.0.0 to 3.1.4 (#393)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.0.0 to 3.1.4. - [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.0.0...v3.1.4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fda35f4 commit 962e48f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage-report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r coverage.out --force-coverage-parser go
2525
- name: Upload coverage to Codecov
26-
uses: codecov/codecov-action@v3.0.0
26+
uses: codecov/codecov-action@v3.1.4
2727
with:
2828
token: ${{ secrets.CODECOV_TOKEN }}
2929
files: coverage.out

0 commit comments

Comments
 (0)