Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump codecov/codecov-action from 4 to 5 #9650

Merged
merged 1 commit into from
Jan 6, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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] <support@github.com>

Clean up files left by codecov workflow
  • Loading branch information
dependabot[bot] authored and larsevj committed Jan 6, 2025
commit 81c6e0a5bcc3d4ea70b45bf5d48ef6c95e70ec73
6 changes: 4 additions & 2 deletions .github/workflows/test_ert.yml
Original file line number Diff line number Diff line change
@@ -68,7 +68,7 @@ jobs:

- name: Upload coverage to Codecov
id: codecov1
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
continue-on-error: true
with:
token: ${{ secrets.CODECOV_TOKEN }}
@@ -80,7 +80,7 @@ jobs:
run: |
sleep 30
- name: Codecov retry
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
if: steps.codecov1.outcome == 'failure'
with:
token: ${{ secrets.CODECOV_TOKEN }}
@@ -110,5 +110,7 @@ jobs:
rm -rf .coverage
rm -f coverage.xml cov1.xml cov2.xml junit.xml
rm -f ert.*.whl
rm -f codecov.SHA*
rm -f codecov
git status --porcelain
test -z "$(git status --porcelain)"
4 changes: 2 additions & 2 deletions .github/workflows/test_everest.yml
Original file line number Diff line number Diff line change
@@ -78,7 +78,7 @@ jobs:
- name: Upload coverage to Codecov
if: inputs.test-type != 'everest-docs-entry-test' && inputs.test-type != 'doc'
id: codecov1
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
continue-on-error: true
with:
token: ${{ secrets.CODECOV_TOKEN }}
@@ -90,7 +90,7 @@ jobs:
run: |
sleep 30
- name: Codecov retry
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
if: steps.codecov1.outcome == 'failure' && inputs.test-type != 'everest-docs-entry-test' && inputs.test-type != 'doc'
with:
token: ${{ secrets.CODECOV_TOKEN }}