Skip to content

Commit

Permalink
Merge pull request #3384 from Unidata/dependabot-github_actions-codec…
Browse files Browse the repository at this point in the history
…ov-codecov-action-4

CI: (deps): Bump codecov/codecov-action from 3 to 4
  • Loading branch information
dcamron authored Feb 14, 2024
2 parents 26e000d + 0c8acd2 commit 916129c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/tests-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:
name: CodeCov Upload
needs: CondaTests
runs-on: ubuntu-latest
environment:
name: CodeCov
timeout-minutes: 2
steps:
- name: Checkout source
Expand All @@ -68,7 +70,8 @@ jobs:
uses: actions/download-artifact@v4

- name: Upload coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
name: ${{ github.workflow }}
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
5 changes: 4 additions & 1 deletion .github/workflows/tests-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ jobs:
needs: PyPITests
name: CodeCov Upload
runs-on: ubuntu-latest
environment:
name: CodeCov
timeout-minutes: 2
steps:
- name: Checkout source
Expand All @@ -93,7 +95,8 @@ jobs:
uses: actions/download-artifact@v4

- name: Upload coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
name: ${{ github.workflow }}
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 916129c

Please sign in to comment.