radish-bdd / radish

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

Support interationalization #383

Closed timofurrer closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #383 into master will increase coverage by 0.65%. The diff coverage is 95.06%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #383      +/-   ##
==========================================
+ Coverage   73.55%   74.21%   +0.65%     
==========================================
  Files          40       40              
  Lines        1630     1683      +53     
  Branches      278      281       +3     
==========================================
+ Hits         1199     1249      +50     
- Misses        406      408       +2     
- Partials       25       26       +1
Flag Coverage Δ
#unittests 74.21% <95.06%> (+0.65%) :arrow_up:
Impacted Files Coverage Δ
src/radish/models/scenario.py 92% <100%> (+0.1%) :arrow_up:
src/radish/models/scenario_outline.py 100% <100%> (ø) :arrow_up:
src/radish/models/background.py 100% <100%> (ø) :arrow_up:
src/radish/models/scenario_loop.py 100% <100%> (ø) :arrow_up:
src/radish/parser/errors.py 98.55% <100%> (+0.13%) :arrow_up:
src/radish/models/rule.py 100% <100%> (ø) :arrow_up:
src/radish/models/feature.py 100% <100%> (ø) :arrow_up:
src/radish/formatters/gherkin.py 54.74% <66.66%> (-0.41%) :arrow_down:
src/radish/parser/transformer.py 96.66% <95%> (-0.46%) :arrow_down:
src/radish/parser/core.py 93.1% <97.29%> (+2.53%) :arrow_up:

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 664dd08...12523a4. Read the comment docs.