casid / jte

Secure and speedy templates for Java and Kotlin.
https://jte.gg
Apache License 2.0
804 stars 59 forks source link

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

Closed marcospereira closed 6 days ago

marcospereira commented 4 months ago

Dependencies

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.

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 91.33%. Comparing base (56ff48f) to head (788c518). Report is 4 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #364 +/- ## ========================================= Coverage 91.33% 91.33% Complexity 1215 1215 ========================================= Files 76 76 Lines 3161 3161 Branches 489 489 ========================================= Hits 2887 2887 Misses 164 164 Partials 110 110 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

casid commented 6 days ago

Sorry about the late merge and thanks for the PR @marcospereira.