Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yuqi1129 committed Sep 4, 2024
1 parent 250c7d7 commit c790099
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
- name: Jacoco Report to PR
id: jacoco
uses: madrapps/jacoco-report@v1.5
uses: madrapps/jacoco-report@v1.7.0
with:
paths: ${{ github.workspace }}/**/build/reports/jacoco/test/jacocoTestReport.xml
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ tasks.cyclonedxBom {
}

jacoco {
toolVersion = "0.8.10"
toolVersion = "0.8.12"
reportsDirectory.set(layout.buildDirectory.dir("JacocoReport"))
}

Expand Down

0 comments on commit c790099

Please sign in to comment.