Skip to content
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

Integrate Kover for code coverage reporting #325

Merged
merged 1 commit into from
Mar 4, 2025
Merged

Integrate Kover for code coverage reporting #325

merged 1 commit into from
Mar 4, 2025

Conversation

twyatt
Copy link
Member

@twyatt twyatt commented Mar 3, 2025

"Replaces" JaCoCo with Kover. Although Kover can use JaCoCo under-the-hood, it is much simpler to configure than JaCoCo, and in newer versions of Kotlin, JaCoCo will become much more difficult to setup directly (since java plugin is no longer allowed to be used) — this will unblock #323.

@twyatt twyatt added the maintenance General maintenance that doesn't effect the public API. label Mar 3, 2025
@twyatt twyatt mentioned this pull request Mar 3, 2025
1 task
@twyatt twyatt marked this pull request as ready for review March 3, 2025 00:55
@twyatt twyatt requested a review from a team as a code owner March 3, 2025 00:55
Copy link

codecov bot commented Mar 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 58.52%. Comparing base (56a59f1) to head (79389a3).
Report is 250 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main     #325      +/-   ##
============================================
+ Coverage     57.25%   58.52%   +1.26%     
============================================
  Files             8        8              
  Lines           613      639      +26     
  Branches        145      145              
============================================
+ Hits            351      374      +23     
- Misses          223      228       +5     
+ Partials         39       37       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@cedrickcooke cedrickcooke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️

@twyatt twyatt enabled auto-merge (squash) March 3, 2025 18:25
@twyatt twyatt merged commit 31a4019 into main Mar 4, 2025
3 checks passed
@twyatt twyatt deleted the twyatt/kover branch March 4, 2025 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance General maintenance that doesn't effect the public API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants