Skip to content

Commit

Permalink
Merge pull request #593 from conda/renovate/codecov-codecov-action-4.x
Browse files Browse the repository at this point in the history
Update codecov/codecov-action action to v4
  • Loading branch information
maresb authored Feb 1, 2024
2 parents cc14609 + 4f02cf9 commit 2c2999b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
dir
pytest --cov=conda_lock --cov-branch --cov-report=xml --cov-report=term tests
copy coverage.xml %GITHUB_WORKSPACE%
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4

test:
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
which pytest
pytest --cov=conda_lock --cov-branch --cov-report=xml --cov-report=term tests
cp coverage.xml "${GITHUB_WORKSPACE}"
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4

- name: test-gdal
shell: bash -eo pipefail -l {0}
Expand Down

0 comments on commit 2c2999b

Please sign in to comment.