Skip to content

Commit

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

Update codecov/codecov-action action to v4
  • Loading branch information
ThomasJejkal authored Sep 27, 2024
2 parents 388e798 + 64d339e commit bbc39ef
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@v3
uses: codecov/codecov-action@v4
with:
files: ./build/reports/jacoco/test/jacocoTestReport.xml #optional

0 comments on commit bbc39ef

Please sign in to comment.