cucumber-jvm icon indicating copy to clipboard operation
cucumber-jvm copied to clipboard

Implement cucumber-java-lambda

Open mpkorstanje opened this issue 3 years ago • 1 comments

🤔 What's changed?

Implementing cucumber-java-lambda as replacement for cucumber-java8.

⚡️ What's your motivation?

Fixes: #2279

🏷️ What kind of change is this?

  • :zap: New feature (non-breaking change which adds new behaviour)

♻️ Anything particular you want feedback on?

📋 Checklist:

  • [x] I agree to respect and uphold the Cucumber Community Code of Conduct
  • [ ] I've changed the behaviour of the code
    • [ ] I have added/updated tests to cover my changes.
  • [ ] My change requires a change to the documentation.
    • [ ] I have updated the documentation accordingly.
  • [ ] Users should know about my change
    • [ ] I have added an entry to the "Unreleased" section of the CHANGELOG, linking to this pull request.

mpkorstanje avatar Apr 29 '22 19:04 mpkorstanje

Codecov Report

Merging #2542 (3cef4b6) into main (cbddfd0) will increase coverage by 0.04%. The diff coverage is 90.41%.

@@             Coverage Diff              @@
##               main    #2542      +/-   ##
============================================
+ Coverage     84.64%   84.68%   +0.04%     
- Complexity     2669     2681      +12     
============================================
  Files           311      314       +3     
  Lines          9378     9451      +73     
  Branches        901      904       +3     
============================================
+ Hits           7938     8004      +66     
- Misses         1111     1116       +5     
- Partials        329      331       +2     
Impacted Files Coverage Δ
.../main/java/io/cucumber/lambda/StepDeclaration.java 72.00% <72.00%> (ø)
...mbda/src/main/java/io/cucumber/lambda/Invoker.java 100.00% <100.00%> (ø)
.../main/java/io/cucumber/lambda/StepDefinitions.java 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update cbddfd0...3cef4b6. Read the comment docs.

codecov[bot] avatar Apr 29 '22 20:04 codecov[bot]