radish-bdd / radish

Behavior Driven Development tooling for Python. The root from red to green.
https://radish-bdd.github.io
MIT License
180 stars 49 forks source link

Refactor Step Testing #391

Closed timofurrer closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #391 into master will decrease coverage by 1.66%. The diff coverage is 22.76%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #391      +/-   ##
==========================================
- Coverage    37.2%   35.54%   -1.67%     
==========================================
  Files          41       44       +3     
  Lines        1755     1972     +217     
  Branches      290      337      +47     
==========================================
+ Hits          653      701      +48     
- Misses       1082     1252     +170     
+ Partials       20       19       -1
Flag Coverage Δ
#unittests 34.45% <22.76%> (-2.76%) :arrow_down:
Impacted Files Coverage Δ
src/radish/extensions/junit_xml_writer.py 26.98% <ø> (ø) :arrow_up:
src/radish/__main__.py 38.18% <100%> (-0.28%) :arrow_down:
src/radish/step_testing/matcher.py 11.61% <11.61%> (ø)
src/radish/utils.py 29.62% <30%> (+1.05%) :arrow_up:
src/radish/step_testing/__main__.py 55% <53.84%> (ø)
src/radish/logger.py 55.55% <55.55%> (ø)
src/radish/extensions/parse_types.py 65% <0%> (ø) :arrow_up:
src/radish/models/feature.py 44.44% <0%> (ø) :arrow_up:
src/radish/extensions/failure_debugger.py 60% <0%> (ø) :arrow_up:
src/radish/models/background.py 63.63% <0%> (ø) :arrow_up:
... and 15 more

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 ddb23e9...3091996. Read the comment docs.