damianszczepanik / cucumber-reporting

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

Migrate to junit5 jupiter / moderize test library usage / enable all the paramertized tests #1143

Closed hazendaz closed 8 months ago

hazendaz commented 8 months ago
codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (92f2ac7) 97.11% compared to head (e7eb9e9) 98.27%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1143 +/- ## ============================================ + Coverage 97.11% 98.27% +1.15% - Complexity 556 567 +11 ============================================ Files 55 55 Lines 1214 1214 Branches 105 105 ============================================ + Hits 1179 1193 +14 + Misses 20 10 -10 + Partials 15 11 -4 ```

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

hazendaz commented 8 months ago

will fix naming conflict here.

hazendaz commented 8 months ago
damianszczepanik commented 8 months ago
  • Fixed spelling issue on junit version

    • Removed the jacoco default as a system property as unnecessary

    • Removed few more publics that open rewrite missed

Great job!