varfish-org / varfish-cli

VarFish REST API client (CLI + Python package)
MIT License
2 stars 3 forks source link

feat: migrate argparse code to typer (#48) #61

Closed holtgrewe closed 1 year ago

github-actions[bot] commented 1 year ago

Please format your code with black: make black.

codecov[bot] commented 1 year ago

Codecov Report

Attention: 47 lines in your changes are missing coverage. Please review.

Comparison is base (5822c40) 54.84% compared to head (b1d38f0) 61.84%. Report is 2 commits behind head on main.

:exclamation: Current head b1d38f0 differs from pull request most recent head ce7791f. Consider uploading reports for the commit ce7791f to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #61 +/- ## ========================================== + Coverage 54.84% 61.84% +6.99% ========================================== Files 35 19 -16 Lines 2323 1444 -879 ========================================== - Hits 1274 893 -381 + Misses 1049 551 -498 ``` | [Files](https://app.codecov.io/gh/bihealth/varfish-cli/pull/61?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bihealth) | Coverage Δ | | |---|---|---| | [varfish\_cli/api/case.py](https://app.codecov.io/gh/bihealth/varfish-cli/pull/61?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bihealth#diff-dmFyZmlzaF9jbGkvYXBpL2Nhc2UucHk=) | `28.21% <100.00%> (+7.59%)` | :arrow_up: | | [varfish\_cli/api/common.py](https://app.codecov.io/gh/bihealth/varfish-cli/pull/61?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bihealth#diff-dmFyZmlzaF9jbGkvYXBpL2NvbW1vbi5weQ==) | `100.00% <100.00%> (ø)` | | | [varfish\_cli/api/models.py](https://app.codecov.io/gh/bihealth/varfish-cli/pull/61?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bihealth#diff-dmFyZmlzaF9jbGkvYXBpL21vZGVscy5weQ==) | `100.00% <100.00%> (+3.08%)` | :arrow_up: | | [varfish\_cli/api/project.py](https://app.codecov.io/gh/bihealth/varfish-cli/pull/61?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bihealth#diff-dmFyZmlzaF9jbGkvYXBpL3Byb2plY3QucHk=) | `100.00% <100.00%> (+43.75%)` | :arrow_up: | | [varfish\_cli/api/varannos.py](https://app.codecov.io/gh/bihealth/varfish-cli/pull/61?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bihealth#diff-dmFyZmlzaF9jbGkvYXBpL3ZhcmFubm9zLnB5) | `100.00% <100.00%> (+76.08%)` | :arrow_up: | | [varfish\_cli/cli/cases.py](https://app.codecov.io/gh/bihealth/varfish-cli/pull/61?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bihealth#diff-dmFyZmlzaF9jbGkvY2xpL2Nhc2VzLnB5) | `100.00% <100.00%> (ø)` | | | [varfish\_cli/cli/projects.py](https://app.codecov.io/gh/bihealth/varfish-cli/pull/61?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bihealth#diff-dmFyZmlzaF9jbGkvY2xpL3Byb2plY3RzLnB5) | `100.00% <100.00%> (ø)` | | | [varfish\_cli/cli/varannos.py](https://app.codecov.io/gh/bihealth/varfish-cli/pull/61?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bihealth#diff-dmFyZmlzaF9jbGkvY2xpL3ZhcmFubm9zLnB5) | `100.00% <100.00%> (ø)` | | | [varfish\_cli/exceptions.py](https://app.codecov.io/gh/bihealth/varfish-cli/pull/61?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bihealth#diff-dmFyZmlzaF9jbGkvZXhjZXB0aW9ucy5weQ==) | `100.00% <100.00%> (ø)` | | | [varfish\_cli/\_\_main\_\_.py](https://app.codecov.io/gh/bihealth/varfish-cli/pull/61?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bihealth#diff-dmFyZmlzaF9jbGkvX19tYWluX18ucHk=) | `75.00% <75.00%> (-25.00%)` | :arrow_down: | | ... and [6 more](https://app.codecov.io/gh/bihealth/varfish-cli/pull/61?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bihealth) | | ... and [2 files with indirect coverage changes](https://app.codecov.io/gh/bihealth/varfish-cli/pull/61/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bihealth)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.