Skip to content

[Core] Remove --strict and --no-strict options #2275

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

Merged
merged 1 commit into from
Apr 3, 2021

Conversation

mpkorstanje
Copy link
Contributor

Cucumber executes scenarios in strict mode by default.

Fixes: #1788

Cucumber executes scenarios in strict mode by default.

Fixes: #1788
@mpkorstanje mpkorstanje added this to the v7.0.0 milestone Apr 3, 2021
@codecov
Copy link

codecov bot commented Apr 3, 2021

Codecov Report

Merging #2275 (464d1c1) into v7.x.x (8c0a477) will increase coverage by 0.09%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             v7.x.x    #2275      +/-   ##
============================================
+ Coverage     83.29%   83.39%   +0.09%     
+ Complexity     2318     2317       -1     
============================================
  Files           299      299              
  Lines          8267     8255      -12     
  Branches        751      750       -1     
============================================
- Hits           6886     6884       -2     
+ Misses         1084     1077       -7     
+ Partials        297      294       -3     
Impacted Files Coverage Δ Complexity Δ
...ucumber/core/options/CommandlineOptionsParser.java 43.19% <ø> (+0.90%) 28.00 <0.00> (-2.00) ⬆️
.../core/options/CucumberOptionsAnnotationParser.java 84.44% <ø> (+1.46%) 36.00 <0.00> (-1.00) ⬆️
...ucumber/core/options/CucumberPropertiesParser.java 95.58% <ø> (+3.92%) 14.00 <0.00> (ø)
...c/main/java/io/cucumber/junit/CucumberOptions.java 100.00% <ø> (ø) 0.00 <0.00> (ø)
...o/cucumber/junit/JUnitCucumberOptionsProvider.java 82.75% <ø> (-0.58%) 6.00 <0.00> (ø)
.../main/java/io/cucumber/testng/CucumberOptions.java 100.00% <ø> (ø) 0.00 <0.00> (ø)
...cucumber/testng/TestNGCucumberOptionsProvider.java 82.75% <ø> (-0.58%) 6.00 <0.00> (ø)
...n/java/io/cucumber/core/feature/FeatureParser.java 100.00% <0.00%> (ø) 5.00% <0.00%> (+2.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 8c0a477...464d1c1. Read the comment docs.

@mpkorstanje mpkorstanje merged commit 71bb1cc into v7.x.x Apr 3, 2021
@mpkorstanje mpkorstanje deleted the remove-strict-option branch April 3, 2021 21:16
hertzsprung added a commit to hertzsprung/docs.cucumber.io that referenced this pull request Jan 21, 2022
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.

1 participant