radish-bdd / radish

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

Upgrade to pytest 6 #401

Closed timofurrer closed 2 years ago

timofurrer commented 4 years ago
codecov[bot] commented 4 years ago

Codecov Report

Merging #401 into master will decrease coverage by 1.06%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #401      +/-   ##
==========================================
- Coverage   35.60%   34.54%   -1.07%     
==========================================
  Files          45       45              
  Lines        2095     2061      -34     
  Branches      356      354       -2     
==========================================
- Hits          746      712      -34     
  Misses       1326     1326              
  Partials       23       23              
Flag Coverage Δ
#unittests 34.54% <ø> (-1.07%) :arrow_down:
Impacted Files Coverage Δ
src/radish/extensions/parse_types.py 50.00% <0.00%> (-15.00%) :arrow_down:
src/radish/extensions/failure_debugger.py 55.55% <0.00%> (-4.45%) :arrow_down:
src/radish/models/feature.py 40.74% <0.00%> (-4.09%) :arrow_down:
src/radish/models/background.py 60.00% <0.00%> (-3.64%) :arrow_down:
src/radish/formatters/dots.py 36.58% <0.00%> (-2.95%) :arrow_down:
src/radish/extensions/syslog_writer.py 32.60% <0.00%> (-2.81%) :arrow_down:
src/radish/extensions/cucumber_json_writer.py 21.42% <0.00%> (-2.71%) :arrow_down:
src/radish/extensions/coverage.py 21.66% <0.00%> (-2.53%) :arrow_down:
src/radish/extensions/junit_xml_writer.py 24.59% <0.00%> (-2.40%) :arrow_down:
src/radish/models/state.py 69.23% <0.00%> (-2.20%) :arrow_down:
... and 8 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 aed804b...93d8c93. Read the comment docs.