Skip to content

Commit 468ce74

Browse files
build(deps): bump codecov/codecov-action from 5.5.1 to 5.5.2 (#14795)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.5.1 to 5.5.2. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@5a10915...671740a) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.5.2 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 70455bc commit 468ce74

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codecov.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
2020
- run: go install gotest.tools/[email protected]
2121
- run: gotestsum -- -cover -coverprofile=coverage.out -v -mod=readonly ./...
22-
- uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7
22+
- uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de
2323
with:
2424
files: ./coverage.out
2525
flags: unittests,golang
@@ -41,7 +41,7 @@ jobs:
4141
export NODE_ENV=test
4242
bin/web --frozen-lockfile
4343
bin/web test --reporters="jest-progress-bar-reporter" --reporters="./gh_ann_reporter.js" --coverage
44-
- uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7
44+
- uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de
4545
with:
4646
directory: ./web/app/coverage
4747
flags: unittests,javascript
@@ -58,6 +58,6 @@ jobs:
5858
- shell: bash
5959
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
6060
- run: target/cargo-tarpaulin tarpaulin --workspace --out Xml
61-
- uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7
61+
- uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de
6262
with:
6363
flags: unittests,rust

0 commit comments

Comments
 (0)