Skip to content

Commit 0450701

Browse files
build(deps): bump codecov/codecov-action from 7.0.0 to 7.1.0
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 7.0.0 to 7.1.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@fb8b358...0b35c9e) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2245d16 commit 0450701

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.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@3d3c42e5aac5ba805825da76410c181273ba90b1
2020
- run: go install gotest.tools/gotestsum@v0.4.2
2121
- run: gotestsum -- -cover -coverprofile=coverage.out -v -mod=readonly ./...
22-
- uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f
22+
- uses: codecov/codecov-action@0b35c9ecc4f0529d0eb674914510c22f85b196b4
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@fb8b3582c8e4def4969c97caa2f19720cb33a72f
44+
- uses: codecov/codecov-action@0b35c9ecc4f0529d0eb674914510c22f85b196b4
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@fb8b3582c8e4def4969c97caa2f19720cb33a72f
61+
- uses: codecov/codecov-action@0b35c9ecc4f0529d0eb674914510c22f85b196b4
6262
with:
6363
flags: unittests,rust

0 commit comments

Comments
 (0)