Skip to content

Commit 16ee822

Browse files
dependabot[bot]caic99
authored andcommitted
Build(deps): Bump codecov/codecov-action from 4 to 5 (deepmodeling#5590)
* Build(deps): Bump codecov/codecov-action from 4 to 5 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Update coverage.yml * Update requirements * skip_validation * set verbose to debug * update certificates --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chun Cai <[email protected]>
1 parent b009488 commit 16ee822

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/coverage.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v4
1616
- name: Install Requirements for Coverage Testing
1717
run: |
18-
apt update && apt install -y lcov gpg
18+
apt update && apt install -y lcov gpg curl jq ca-certificates
1919
- name: Building
2020
run: |
2121
cmake -B build -DENABLE_COVERAGE=ON -DBUILD_TESTING=ON -DENABLE_DEEPKS=ON -DENABLE_LIBXC=ON -DENABLE_LIBRI=ON -DENABLE_PAW=ON -DENABLE_GOOGLEBENCH=ON -DENABLE_RAPIDJSON=ON
@@ -27,8 +27,10 @@ jobs:
2727
run: |
2828
cmake --build build --target test ARGS="-V --timeout 21600" || exit 0
2929
- name: Upload Coverage to Codecov
30-
uses: codecov/codecov-action@v4
30+
uses: codecov/codecov-action@v5
3131
if: ${{ ! cancelled() }}
3232
with:
33-
gcov: true
33+
fail_ci_if_error: true
3434
token: ${{ secrets.CODECOV_TOKEN }}
35+
skip_validation: true
36+
verbose: true

0 commit comments

Comments
 (0)