Skip to content

Commit

Permalink
Update jacoco to Java 21 compatible version
Browse files Browse the repository at this point in the history
  • Loading branch information
JPercival committed Dec 20, 2023
1 parent 39b5c10 commit cf7c30a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jar {
}

jacoco {
toolVersion = "0.8.9"
toolVersion = "0.8.11"
}

test {
Expand Down
2 changes: 1 addition & 1 deletion codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ coverage:
patch:
default:
# basic
target: 80
target: 80%
threshold: 0%
base: auto
# advanced
Expand Down

0 comments on commit cf7c30a

Please sign in to comment.