chore(deps): bump codecov/codecov-action from 3.1.0 to 3.1.4 (#9951)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.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](https://github.com/codecov/codecov-action/compare/81cd2dc8148241f03f5839d295e000b8f761e378...eaaf4bedf32dbdc6b720b63067d99c4d77d6047d) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed
Jun 15, 2023 at 17:18 UTC
591066fe2277170de238198f4754f7e99a430adf
2 files changed
+2
-2
.github/workflows/gotest.yml
+1
-1
@@ -47,7 +47,7 @@ jobs:
47
make -j "$PARALLEL" test/unit/gotest.junit.xml &&
48
[[ ! $(jq -s -c 'map(select(.Action == "fail")) | .[]' test/unit/gotest.json) ]]
49
- name: Upload coverage to Codecov
50
- uses: codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378 # v3.1.0
50
+ uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4
51
if: failure() || success()
52
with:
53
name: unittests
.github/workflows/sharness.yml
+1
-1
@@ -59,7 +59,7 @@ jobs:
59
# increasing parallelism beyond 10 doesn't speed up the tests much
60
PARALLEL: ${{ github.repository == 'ipfs/kubo' && 10 || 3 }}
61
- name: Upload coverage report
62
- uses: codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378 # v3.1.0
62
+ uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4
63
if: failure() || success()
64
with:
65
name: sharness