Skip to content

Commit

Permalink
Merge pull request #1258 from uhafner/dependabot/github_actions/codec…
Browse files Browse the repository at this point in the history
…ov/codecov-action-5.1.1

Bump codecov/codecov-action from 5.0.7 to 5.1.1
  • Loading branch information
uhafner authored Dec 7, 2024
2 parents 6f80767 + bb89f08 commit 77ab68a
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 @@ -33,7 +33,7 @@ jobs:
- name: Generate coverage with JaCoCo
run: mvn -V --color always -ntp clean verify -Pci
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5.0.7
uses: codecov/codecov-action@v5.1.1
with:
file: 'target/site/jacoco/jacoco.xml'
disable_search: true
Expand Down

0 comments on commit 77ab68a

Please sign in to comment.