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

Use PEP517 setuptools #425

Closed timofurrer closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #425 (5cf644d) into master (1685a48) will decrease coverage by 0.15%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #425      +/-   ##
==========================================
- Coverage   35.60%   35.44%   -0.16%     
==========================================
  Files          45       45              
  Lines        2101     2099       -2     
  Branches      356      420      +64     
==========================================
- Hits          748      744       -4     
- Misses       1330     1332       +2     
  Partials       23       23              
Flag Coverage Δ
unittests 35.44% <100.00%> (-0.16%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/radish/__init__.py 100.00% <100.00%> (ø)
src/radish/matcher.py 37.09% <0.00%> (-3.23%) :arrow_down:

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 1685a48...5cf644d. Read the comment docs.