elchupanebrej / pytest-bdd-ng

BDD library for the py.test runner
https://pytest-bdd-ng.readthedocs.io/en/default/
Other
14 stars 3 forks source link

Remove dead code #80

Closed elchupanebrej closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #80 (845df07) into default (7fe4306) will decrease coverage by 0.50%. The diff coverage is 100.00%.

@@             Coverage Diff             @@
##           default      #80      +/-   ##
===========================================
- Coverage    96.43%   95.93%   -0.51%     
===========================================
  Files           76       74       -2     
  Lines         4212     3471     -741     
  Branches       435      358      -77     
===========================================
- Hits          4062     3330     -732     
+ Misses          96       91       -5     
+ Partials        54       50       -4     
Impacted Files Coverage Δ
pytest_bdd/scripts.py 90.90% <ø> (-0.21%) :arrow_down:
pytest_bdd/utils.py 93.37% <ø> (+0.19%) :arrow_up:
pytest_bdd/parser.py 94.73% <100.00%> (-3.08%) :arrow_down:
tests/feature/test_alias.py 100.00% <100.00%> (ø)
tests/feature/test_background.py 100.00% <100.00%> (ø)
tests/feature/test_cucumber_json.py 100.00% <100.00%> (ø)
tests/feature/test_feature_base_dir.py 100.00% <100.00%> (ø)
tests/feature/test_gherkin_terminal_reporter.py 100.00% <100.00%> (ø)
tests/feature/test_no_scenario.py 100.00% <100.00%> (ø)
tests/feature/test_no_sctrict_gherkin.py 100.00% <100.00%> (ø)
... and 6 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.