Skip to content

Commit ced24e0

Browse files
author
Jon Duckworth
authored
Merge pull request #572 from stac-utils/dependabot/github_actions/codecov/codecov-action-2.0.1
build(deps): bump codecov/codecov-action from 1 to 2.0.1
2 parents c462394 + 27e6cf8 commit ced24e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
run: coverage xml --fail-under 0
121121

122122
- name: Upload All coverage to Codecov
123-
uses: codecov/codecov-action@v1
123+
uses: codecov/codecov-action@v2.0.1
124124
if: ${{ env.GITHUB_REPOSITORY }} == 'stac-utils/pystac'
125125
with:
126126
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)