templateflow / python-client

A python client to query TemplateFlow via pyBIDS
https://templateflow.org/python-client/
Apache License 2.0
8 stars 12 forks source link

ENH: Add a command line interface #123

Closed oesteban closed 6 months ago

oesteban commented 6 months ago

Resolves: #46. Supersedes: #95.

codecov[bot] commented 6 months ago

Codecov Report

Attention: Patch coverage is 69.35484% with 19 lines in your changes are missing coverage. Please review.

Project coverage is 84.28%. Comparing base (ead040a) to head (6f27171).

Files Patch % Lines
templateflow/cli.py 68.85% 19 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #123 +/- ## ========================================== - Coverage 87.33% 84.28% -3.06% ========================================== Files 6 7 +1 Lines 308 369 +61 ========================================== + Hits 269 311 +42 - Misses 39 58 +19 ``` | [Flag](https://app.codecov.io/gh/templateflow/python-client/pull/123/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=templateflow) | Coverage Δ | | |---|---|---| | [api](https://app.codecov.io/gh/templateflow/python-client/pull/123/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=templateflow) | `84.28% <69.35%> (-3.06%)` | :arrow_down: | | [config](https://app.codecov.io/gh/templateflow/python-client/pull/123/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=templateflow) | `49.86% <1.61%> (-9.88%)` | :arrow_down: | | [datalad](https://app.codecov.io/gh/templateflow/python-client/pull/123/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=templateflow) | `78.59% <69.35%> (-1.93%)` | :arrow_down: | | [dls3](https://app.codecov.io/gh/templateflow/python-client/pull/123/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=templateflow) | `53.38% <1.61%> (-10.58%)` | :arrow_down: | | [s3](https://app.codecov.io/gh/templateflow/python-client/pull/123/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=templateflow) | `55.28% <1.61%> (-10.95%)` | :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=templateflow#carryforward-flags-in-the-pull-request-comment) to find out more.

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

oesteban commented 6 months ago

It's a first draft - let's add tests and improve from here.