Skip to content

Commit

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

Bump codecov/codecov-action from v1.3.2 to v1.4.1
  • Loading branch information
uhafner authored Apr 24, 2021
2 parents bf725dc + 00642a5 commit e032b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reporting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Generate coverage with JaCoCo
run: mvn -V -ntp clean verify --file pom.xml '-Dgpg.skip'
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1.3.2
uses: codecov/codecov-action@v1.4.1
with:
token: ${{secrets.CODECOV_TOKEN}}
- name: Mutation Coverage
Expand Down

0 comments on commit e032b31

Please sign in to comment.