Skip to content

Commit

Permalink
Bump codecov/codecov-action from v1.0.3 to v1.0.13
Browse files Browse the repository at this point in the history
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from v1.0.3 to v1.0.13.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Commits](codecov/codecov-action@v1.0.3...6004246)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 26, 2020
1 parent ab620d9 commit 1dc886d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
run: mvn -V -ntp clean verify jacoco:prepare-agent test integration-test jacoco:report --file pom.xml '-Dgpg.skip'

- name: Upload coverage to Codecov
uses: codecov/[email protected].3
uses: codecov/[email protected].13
with:
token: ${{secrets.CODECOV_TOKEN}}

0 comments on commit 1dc886d

Please sign in to comment.