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

Implement cucumber-java-lambda #2542

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

Conversation

mpkorstanje
Copy link
Contributor

🤔 What's changed?

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

⚡️ What's your motivation?

Fixes: #2279

🏷️ What kind of change is this?

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

♻️ Anything particular you want feedback on?

📋 Checklist:

  • 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 mpkorstanje force-pushed the cucumber-java-lambda branch 2 times, most recently from 8e6ade0 to cf05cef Compare April 29, 2022 20:07
@codecov
Copy link

codecov bot commented Apr 29, 2022

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.

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.

Consider cucumber-java-lambda as a replacement for cucumber-java8
1 participant