Skip to content

Commit 3a1dde6

Browse files
build(deps): bump codecov/codecov-action from 2.0.1 to 2.0.2 (#578)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](codecov/codecov-action@v2.0.1...v2.0.2) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c6f9a6b commit 3a1dde6

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/[email protected].1
123+
uses: codecov/[email protected].2
124124
if: ${{ env.GITHUB_REPOSITORY }} == 'stac-utils/pystac'
125125
with:
126126
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)