reanahub / reana-commons

REANA common utilities and schemas
https://reana-commons.readthedocs.io/
MIT License
2 stars 38 forks source link

feat(gherkin-parser): add parser and required functions (#464) #464

Open ajclyall opened 2 months ago

ajclyall commented 2 months ago

…#464)

Closes #463

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 78.93258% with 75 lines in your changes missing coverage. Please review.

Project coverage is 44.52%. Comparing base (ebf3695) to head (09a27e5).

Files with missing lines Patch % Lines
reana_commons/gherkin_parser/functions.py 70.04% 65 Missing :warning:
reana_commons/gherkin_parser/data_fetcher.py 71.42% 6 Missing :warning:
reana_commons/gherkin_parser/parser.py 96.36% 4 Missing :warning:
Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/reanahub/reana-commons/pull/464/graphs/tree.svg?width=650&height=150&src=pr&token=O7K5KFXK3H&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=reanahub)](https://app.codecov.io/gh/reanahub/reana-commons/pull/464?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=reanahub) ```diff @@ Coverage Diff @@ ## master #464 +/- ## ========================================== + Coverage 37.10% 44.52% +7.41% ========================================== Files 26 31 +5 Lines 1652 2008 +356 ========================================== + Hits 613 894 +281 - Misses 1039 1114 +75 ``` | [Files with missing lines](https://app.codecov.io/gh/reanahub/reana-commons/pull/464?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=reanahub) | Coverage Δ | | |---|---|---| | [reana\_commons/gherkin\_parser/\_\_init\_\_.py](https://app.codecov.io/gh/reanahub/reana-commons/pull/464?src=pr&el=tree&filepath=reana_commons%2Fgherkin_parser%2F__init__.py&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=reanahub#diff-cmVhbmFfY29tbW9ucy9naGVya2luX3BhcnNlci9fX2luaXRfXy5weQ==) | `100.00% <100.00%> (ø)` | | | [reana\_commons/gherkin\_parser/errors.py](https://app.codecov.io/gh/reanahub/reana-commons/pull/464?src=pr&el=tree&filepath=reana_commons%2Fgherkin_parser%2Ferrors.py&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=reanahub#diff-cmVhbmFfY29tbW9ucy9naGVya2luX3BhcnNlci9lcnJvcnMucHk=) | `100.00% <100.00%> (ø)` | | | [reana\_commons/gherkin\_parser/parser.py](https://app.codecov.io/gh/reanahub/reana-commons/pull/464?src=pr&el=tree&filepath=reana_commons%2Fgherkin_parser%2Fparser.py&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=reanahub#diff-cmVhbmFfY29tbW9ucy9naGVya2luX3BhcnNlci9wYXJzZXIucHk=) | `96.36% <96.36%> (ø)` | | | [reana\_commons/gherkin\_parser/data\_fetcher.py](https://app.codecov.io/gh/reanahub/reana-commons/pull/464?src=pr&el=tree&filepath=reana_commons%2Fgherkin_parser%2Fdata_fetcher.py&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=reanahub#diff-cmVhbmFfY29tbW9ucy9naGVya2luX3BhcnNlci9kYXRhX2ZldGNoZXIucHk=) | `71.42% <71.42%> (ø)` | | | [reana\_commons/gherkin\_parser/functions.py](https://app.codecov.io/gh/reanahub/reana-commons/pull/464?src=pr&el=tree&filepath=reana_commons%2Fgherkin_parser%2Ffunctions.py&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=reanahub#diff-cmVhbmFfY29tbW9ucy9naGVya2luX3BhcnNlci9mdW5jdGlvbnMucHk=) | `70.04% <70.04%> (ø)` | |