jakelever / biotext

Get a nicely-chunked local copy of the biomedical literature (to use for other projects)!
MIT License
13 stars 5 forks source link

Feature/parsing cases #17

Open creisle opened 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 94.24% and project coverage change: +2.16 :tada:

Comparison is base (19cce75) 86.39% compared to head (579e681) 88.56%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #17 +/- ## ========================================== + Coverage 86.39% 88.56% +2.16% ========================================== Files 5 6 +1 Lines 669 787 +118 ========================================== + Hits 578 697 +119 + Misses 91 90 -1 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `88.56% <94.24%> (+2.16%)` | :arrow_up: | 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=Jake+Lever#carryforward-flags-in-the-pull-request-comment) to find out more. | [Impacted Files](https://codecov.io/gh/jakelever/biotext/pull/17?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jake+Lever) | Coverage Δ | | |---|---|---| | [src/bioconverters/utils.py](https://codecov.io/gh/jakelever/biotext/pull/17?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jake+Lever#diff-c3JjL2Jpb2NvbnZlcnRlcnMvdXRpbHMucHk=) | `94.02% <94.20%> (+4.47%)` | :arrow_up: | | [src/bioconverters/constants.py](https://codecov.io/gh/jakelever/biotext/pull/17?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jake+Lever#diff-c3JjL2Jpb2NvbnZlcnRlcnMvY29uc3RhbnRzLnB5) | `100.00% <100.00%> (ø)` | | ... and [1 file with indirect coverage changes](https://codecov.io/gh/jakelever/biotext/pull/17/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jake+Lever) 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=Jake+Lever). 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=Jake+Lever)

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

creisle commented 1 year ago

@jakelever I am converting this to a draft pending approval for the other parser updates in #16