-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: switch to use kover #903
Conversation
Remove the jacoco plugin, and begin making use of Kover.
ChoreContinuous Integration
ContributorsCommit-Lint commandsYou can trigger Commit-Lint actions by commenting on this PR:
|
with: | ||
distribution: 'adopt' | ||
java-version: 11 | ||
- name: run kover |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These two lines are the only changes, everything else was VSCode auto formatting
Codecov ReportBase: 68.79% // Head: 73.77% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #903 +/- ##
============================================
+ Coverage 68.79% 73.77% +4.98%
============================================
Files 109 139 +30
Lines 1679 1903 +224
Branches 145 240 +95
============================================
+ Hits 1155 1404 +249
+ Misses 478 433 -45
- Partials 46 66 +20
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Switch from using Jacoco to using Kover instead.