We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58f2a99 commit 072cf0aCopy full SHA for 072cf0a
.github/workflows/continuous-integration.yml
@@ -80,7 +80,7 @@ jobs:
80
# will trigger a failure for coverage drops in a later job
81
run: uv run coverage xml --fail-under 0
82
- name: Upload All coverage to Codecov
83
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
84
if: ${{ env.GITHUB_REPOSITORY }} == 'stac-utils/pystac'
85
with:
86
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments