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

Feature/linting #448

Closed fliiiix closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Base: 87.21% // Head: 87.21% // No change to project coverage :thumbsup:

Coverage data is based on head (5304a41) compared to base (cb61576). Patch coverage: 84.54% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #448 +/- ## ======================================= Coverage 87.21% 87.21% ======================================= Files 39 39 Lines 2355 2355 ======================================= Hits 2054 2054 Misses 301 301 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `87.21% <84.54%> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=radish-bdd#carryforward-flags-in-the-pull-request-comment) to find out more. | [Impacted Files](https://codecov.io/gh/radish-bdd/radish/pull/448?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=radish-bdd) | Coverage Δ | | |---|---|---| | [radish/customtyperegistry.py](https://codecov.io/gh/radish-bdd/radish/pull/448?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=radish-bdd#diff-cmFkaXNoL2N1c3RvbXR5cGVyZWdpc3RyeS5weQ==) | `80.64% <0.00%> (ø)` | | | [radish/errororacle.py](https://codecov.io/gh/radish-bdd/radish/pull/448?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=radish-bdd#diff-cmFkaXNoL2Vycm9yb3JhY2xlLnB5) | `71.05% <ø> (ø)` | | | [radish/extensions/codecoverage.py](https://codecov.io/gh/radish-bdd/radish/pull/448?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=radish-bdd#diff-cmFkaXNoL2V4dGVuc2lvbnMvY29kZWNvdmVyYWdlLnB5) | `29.09% <0.00%> (ø)` | | | [radish/loader.py](https://codecov.io/gh/radish-bdd/radish/pull/448?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=radish-bdd#diff-cmFkaXNoL2xvYWRlci5weQ==) | `85.71% <0.00%> (ø)` | | | [radish/runner.py](https://codecov.io/gh/radish-bdd/radish/pull/448?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=radish-bdd#diff-cmFkaXNoL3J1bm5lci5weQ==) | `95.23% <ø> (ø)` | | | [radish/scenario.py](https://codecov.io/gh/radish-bdd/radish/pull/448?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=radish-bdd#diff-cmFkaXNoL3NjZW5hcmlvLnB5) | `100.00% <ø> (ø)` | | | [radish/testing/\_\_main\_\_.py](https://codecov.io/gh/radish-bdd/radish/pull/448?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=radish-bdd#diff-cmFkaXNoL3Rlc3RpbmcvX19tYWluX18ucHk=) | `0.00% <0.00%> (ø)` | | | [radish/exceptions.py](https://codecov.io/gh/radish-bdd/radish/pull/448?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=radish-bdd#diff-cmFkaXNoL2V4Y2VwdGlvbnMucHk=) | `90.74% <50.00%> (ø)` | | | [radish/main.py](https://codecov.io/gh/radish-bdd/radish/pull/448?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=radish-bdd#diff-cmFkaXNoL21haW4ucHk=) | `78.40% <50.00%> (ø)` | | | [radish/stepmodel.py](https://codecov.io/gh/radish-bdd/radish/pull/448?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=radish-bdd#diff-cmFkaXNoL3N0ZXBtb2RlbC5weQ==) | `90.56% <50.00%> (ø)` | | | ... and [21 more](https://codecov.io/gh/radish-bdd/radish/pull/448?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=radish-bdd) | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=radish-bdd). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=radish-bdd)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.