Clinical-Genomics / preClinVar

A ClinVar API submission helper written in FastAPI
MIT License
1 stars 0 forks source link

Clinsig fixcase #78

Closed northwestwitch closed 1 year ago

northwestwitch commented 1 year ago

This PR adds | fixes:

How to test:

Expected outcome:

Review:

This version is a:

codecov-commenter commented 1 year ago

Codecov Report

Base: 95.04% // Head: 95.03% // Decreases project coverage by -0.01% :warning:

Coverage data is based on head (d584de7) compared to base (caea36b). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #78 +/- ## ========================================== - Coverage 95.04% 95.03% -0.02% ========================================== Files 9 10 +1 Lines 424 423 -1 ========================================== - Hits 403 402 -1 Misses 21 21 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `95.03% <100.00%> (-0.02%)` | :arrow_down: | 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=Clinical-Genomics#carryforward-flags-in-the-pull-request-comment) to find out more. | [Impacted Files](https://codecov.io/gh/Clinical-Genomics/preClinVar/pull/78?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Clinical-Genomics) | Coverage Δ | | |---|---|---| | [preClinVar/demo/\_\_init\_\_.py](https://codecov.io/gh/Clinical-Genomics/preClinVar/pull/78/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Clinical-Genomics#diff-cHJlQ2xpblZhci9kZW1vL19faW5pdF9fLnB5) | `100.00% <ø> (ø)` | | | [tests/test\_main.py](https://codecov.io/gh/Clinical-Genomics/preClinVar/pull/78/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Clinical-Genomics#diff-dGVzdHMvdGVzdF9tYWluLnB5) | `100.00% <ø> (ø)` | | | [preClinVar/\_\_version\_\_.py](https://codecov.io/gh/Clinical-Genomics/preClinVar/pull/78/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Clinical-Genomics#diff-cHJlQ2xpblZhci9fX3ZlcnNpb25fXy5weQ==) | `100.00% <100.00%> (ø)` | | | [preClinVar/constants.py](https://codecov.io/gh/Clinical-Genomics/preClinVar/pull/78/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Clinical-Genomics#diff-cHJlQ2xpblZhci9jb25zdGFudHMucHk=) | `100.00% <100.00%> (ø)` | | | [preClinVar/file\_parser.py](https://codecov.io/gh/Clinical-Genomics/preClinVar/pull/78/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Clinical-Genomics#diff-cHJlQ2xpblZhci9maWxlX3BhcnNlci5weQ==) | `91.71% <100.00%> (ø)` | | | [tests/test\_file\_parser.py](https://codecov.io/gh/Clinical-Genomics/preClinVar/pull/78/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Clinical-Genomics#diff-dGVzdHMvdGVzdF9maWxlX3BhcnNlci5weQ==) | `100.00% <100.00%> (ø)` | | 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=Clinical-Genomics). 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=Clinical-Genomics)

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

northwestwitch commented 1 year ago

Main branch:

image

This branch: 🆗

image