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

Fix typing #658

Merged
merged 28 commits into from
Dec 5, 2024

Update/fix changelog

f4413e5
Select commit
Loading
Failed to load commit list.
Merged

Fix typing #658

Update/fix changelog
f4413e5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 5, 2024 in 0s

96.01% (-0.08%) compared to 6cdd340

View this Pull Request on Codecov

96.01% (-0.08%) compared to 6cdd340

Details

Codecov Report

Attention: Patch coverage is 94.25837% with 12 lines in your changes missing coverage. Please review.

Project coverage is 96.01%. Comparing base (6cdd340) to head (f4413e5).

Files with missing lines Patch % Lines
src/pytest_bdd/cucumber_json.py 93.10% 3 Missing and 1 partial ⚠️
src/pytest_bdd/generation.py 57.14% 1 Missing and 2 partials ⚠️
tests/feature/test_report.py 81.25% 3 Missing ⚠️
src/pytest_bdd/utils.py 87.50% 0 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #658      +/-   ##
==========================================
- Coverage   96.08%   96.01%   -0.08%     
==========================================
  Files          55       55              
  Lines        2250     2359     +109     
  Branches      246      250       +4     
==========================================
+ Hits         2162     2265     +103     
- Misses         53       56       +3     
- Partials       35       38       +3     

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