damianszczepanik / cucumber-reporting

HTML reports for Cucumber
GNU Lesser General Public License v2.1
543 stars 402 forks source link

Allow builds to run with java 17 or 21 #1138

Closed hazendaz closed 8 months ago

hazendaz commented 8 months ago

The profile needs are to allow java 17 or higher. To test, remove them, run build with java 17, see first issue, then add back until working.

Added GHA to matrix for java 17 and 21. This should also work with jdk 22 as well now.

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (bf539ce) 97.11% compared to head (4984f7e) 97.11%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1138 +/- ## ========================================= Coverage 97.11% 97.11% Complexity 555 555 ========================================= Files 55 55 Lines 1212 1212 Branches 106 106 ========================================= Hits 1177 1177 Misses 20 20 Partials 15 15 ```

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