Skip to content

Commit

Permalink
Merge pull request #214 from uhafner/dependabot/github_actions/codeco…
Browse files Browse the repository at this point in the history
…v/codecov-action-v1.0.13

Bump codecov/codecov-action from v1.0.3 to v1.0.13
  • Loading branch information
uhafner authored Aug 27, 2020
2 parents a4ddce6 + 1dc886d commit 048a115
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 048a115

Please sign in to comment.