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

ci: add job to run tests using Kotlin 2 #364

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

marcospereira
Copy link
Contributor

What?

Kotlin 2.0.0 was released a few hours ago:

https://github.com/JetBrains/kotlin/releases/tag/v2.0.0

Since there are now two major versions, it would be useful to run tests against both. This PR adds a new Maven profile and a CI step to activate it.

Copy link

codecov bot commented May 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.32%. Comparing base (08470e3) to head (0de3156).

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #364   +/-   ##
=========================================
  Coverage     91.32%   91.32%           
  Complexity     1215     1215           
=========================================
  Files            76       76           
  Lines          3160     3160           
  Branches        489      489           
=========================================
  Hits           2886     2886           
  Misses          164      164           
  Partials        110      110           

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

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.

None yet

1 participant