Skip to content

Commit

Permalink
Merge pull request #326 from kit-data-manager/renovate/codecov-codeco…
Browse files Browse the repository at this point in the history
…v-action-5.x

Update codecov/codecov-action action to v5
  • Loading branch information
ThomasJejkal authored Nov 16, 2024
2 parents b7d2b99 + 48ad2c3 commit 873f4c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ jobs:
- name: Build with Gradle (JDK ${{ env.currentBuildVersion }})
run: ./gradlew clean check jacocoTestReport
- name: Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
files: ./build/reports/jacoco/test/jacocoTestReport.xml #optional

0 comments on commit 873f4c6

Please sign in to comment.