Skip to content

Conversation

lppedd
Copy link
Contributor

@lppedd lppedd commented Sep 2, 2025

This PR contains multiple changes:

  • Updates Kotlin to 2.2.20-RC2.
  • Updates Dokka to 2.1.0-Beta.
  • Replaces Nexus Publish plugin with Vanniktech's plugin.
    See the release.yml workflow, and comments in build.gradle.kts. You will have to fill in the TODO and test that everything works.
  • Simplifies the JaCoCo configuration. The convention plugin was too much imo, as everything fits nicely in the main script.
  • Updates the Reckon plugin to 1.0.0 and enables Gradle's configuration cache.

Note: in draft until 2.2.20 is released.

Closes: #148
Closes: #113

Copy link

codecov bot commented Sep 2, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.23%. Comparing base (15abe10) to head (eaa6d4f).

Additional details and impacted files
@@             Coverage Diff              @@
##               main     #149      +/-   ##
============================================
+ Coverage     85.21%   85.23%   +0.02%     
- Complexity      218      219       +1     
============================================
  Files            29       29              
  Lines           656      657       +1     
  Branches        117      117              
============================================
+ Hits            559      560       +1     
  Misses           68       68              
  Partials         29       29              
Flag Coverage Δ
unittests 85.23% <ø> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@lppedd
Copy link
Contributor Author

lppedd commented Sep 2, 2025

Another question: does it really make sense to keep Detekt? Asking as it's an added complication for little value.
The codebase is relatively small, and PR reviews will catch any style issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bump Kotlin to 2.2.20 Use the vanniktech plugin to configure Maven publishing
1 participant