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

Remove Gherkin local dataclasses #759

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

Remove the custom definition of the gherkin document as dataclasses i…

75f1223
Select commit
Loading
Failed to load commit list.
Draft

Remove Gherkin local dataclasses #759

Remove the custom definition of the gherkin document as dataclasses i…
75f1223
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 1, 2025 in 0s

95.34% (-0.71%) compared to 9ff6980

View this Pull Request on Codecov

95.34% (-0.71%) compared to 9ff6980

Details

Codecov Report

Attention: Patch coverage is 86.25000% with 11 lines in your changes missing coverage. Please review.

Project coverage is 95.34%. Comparing base (9ff6980) to head (75f1223).

Files with missing lines Patch % Lines
src/pytest_bdd/gherkin_parser.py 84.44% 3 Missing and 4 partials ⚠️
src/pytest_bdd/parser.py 87.87% 0 Missing and 4 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #759      +/-   ##
==========================================
- Coverage   96.05%   95.34%   -0.71%     
==========================================
  Files          55       53       -2     
  Lines        2359     2193     -166     
  Branches      136      157      +21     
==========================================
- Hits         2266     2091     -175     
- Misses         56       60       +4     
- Partials       37       42       +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.