mirror of https://github.com/linkerd/linkerd2.git
build(deps): bump codecov/codecov-action from 5.4.2 to 5.4.3 (#14031)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.4.2 to 5.4.3.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](ad3126e916...18283e04ce
)
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-version: 5.4.3
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>
This commit is contained in:
parent
0c2c03e436
commit
20b6f36bc6
|
@ -19,7 +19,7 @@ jobs:
|
|||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
||||
- run: go install gotest.tools/gotestsum@v0.4.2
|
||||
- run: gotestsum -- -cover -coverprofile=coverage.out -v -mod=readonly ./...
|
||||
- uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d
|
||||
- uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24
|
||||
with:
|
||||
files: ./coverage.out
|
||||
flags: unittests,golang
|
||||
|
@ -41,7 +41,7 @@ jobs:
|
|||
export NODE_ENV=test
|
||||
bin/web --frozen-lockfile
|
||||
bin/web test --reporters="jest-progress-bar-reporter" --reporters="./gh_ann_reporter.js" --coverage
|
||||
- uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d
|
||||
- uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24
|
||||
with:
|
||||
directory: ./web/app/coverage
|
||||
flags: unittests,javascript
|
||||
|
@ -58,6 +58,6 @@ jobs:
|
|||
- shell: bash
|
||||
run: mkdir -p target && cd target && bin/scurl -v https://github.com/xd009642/tarpaulin/releases/download/0.27.3/cargo-tarpaulin-x86_64-unknown-linux-musl.tar.gz | tar zxvf - && chmod 755 cargo-tarpaulin
|
||||
- run: target/cargo-tarpaulin tarpaulin --workspace --out Xml
|
||||
- uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d
|
||||
- uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24
|
||||
with:
|
||||
flags: unittests,rust
|
||||
|
|
Loading…
Reference in New Issue