Skip to content

Commit 7e1a01d

Browse files
authored
Merge pull request #370 from uhafner/dependabot/github_actions/codecov/codecov-action-1.5.2
Bump codecov/codecov-action from 1.5.0 to 1.5.2
2 parents b630806 + b4424c3 commit 7e1a01d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reporting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Generate coverage with JaCoCo
2222
run: mvn -V -ntp clean verify --file pom.xml '-Dgpg.skip'
2323
- name: Upload coverage to Codecov
24-
uses: codecov/[email protected].0
24+
uses: codecov/[email protected].2
2525
with:
2626
token: ${{secrets.CODECOV_TOKEN}}
2727
- name: Mutation Coverage

0 commit comments

Comments
 (0)