Skip to content

Commit

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

Bump codecov/codecov-action from 3.1.1 to 3.1.4
  • Loading branch information
uhafner authored Nov 27, 2023
2 parents f421d6e + cfcea4a commit dcc9384
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 @@ -24,7 +24,7 @@ jobs:
- name: Generate coverage with JaCoCo
run: mvn -V --color always -ntp clean verify --file pom.xml '-Dgpg.skip'
- name: Upload coverage to Codecov
uses: codecov/[email protected].1
uses: codecov/[email protected].4
with:
token: ${{secrets.CODECOV_TOKEN}}
- name: Mutation Coverage
Expand Down

0 comments on commit dcc9384

Please sign in to comment.