Skip to content

Commit

Permalink
Try and fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCreosote committed Jan 19, 2024
1 parent aa25cfd commit 78e21a9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
1 change: 0 additions & 1 deletion .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@ comment:
require_changes: no

ignore:
- "build"
- "deployment"
10 changes: 10 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,19 @@ test {
exceptionFormat = 'full'
showStandardStreams = true
}
finalizedBy jacocoTestReport
// TODO NOW coverage working?
}

jacocoTestReport {
reports {
xml.required = true
csv.required = true
}
}


// TODO NOW run tests from Eclipse w/o specifying classpath manually
// TODO NOW make auth, test, and template jars
// TODO NOW make script

Expand Down

0 comments on commit 78e21a9

Please sign in to comment.