Skip to content

Commit

Permalink
Bump codecov/codecov-action from v1.1.1 to v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 6, 2021
1 parent 5163a6b commit 2172357
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/codecov-action@v1.1.1
uses: codecov/codecov-action@v1.2.1
with:
token: ${{secrets.CODECOV_TOKEN}}

0 comments on commit 2172357

Please sign in to comment.