Skip to content

Commit

Permalink
build(deps): bump codecov/codecov-action from 5.1.1 to 5.1.2
Browse files Browse the repository at this point in the history
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.1.1 to 5.1.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@7f8b4b4...1e68e06)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 19, 2024
1 parent 1ecc1ff commit 2ae5660
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- run: go install gotest.tools/[email protected]
- run: gotestsum -- -cover -coverprofile=coverage.out -v -mod=readonly ./...
- uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e
- uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303
with:
files: ./coverage.out
flags: unittests,golang
Expand All @@ -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@7f8b4b4bde536c465e797be725718b88c5d95e0e
- uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303
with:
directory: ./web/app/coverage
flags: unittests,javascript
Expand All @@ -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@7f8b4b4bde536c465e797be725718b88c5d95e0e
- uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303
with:
flags: unittests,rust

0 comments on commit 2ae5660

Please sign in to comment.