Skip to content

Commit

Permalink
Fix coverate upload to Codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
bwaldvogel committed Jul 5, 2024
1 parent 9fa8dd3 commit 2db789b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
java-version: 21
- name: Build with Gradle
run: ./gradlew build jacocoTestReport
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./build/reports/jacoco/test/jacocoTestReport.xml

0 comments on commit 2db789b

Please sign in to comment.