templateflow / python-client

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

ENH: Add a ``wipe()`` utility to clear up the cache #91

Closed oesteban closed 2 years ago

oesteban commented 2 years ago

Resolves: #85.

codecov[bot] commented 2 years ago

Codecov Report

Merging #91 (afd1132) into master (6d31a32) will decrease coverage by 4.55%. The diff coverage is 53.12%.

@@            Coverage Diff             @@
##           master      #91      +/-   ##
==========================================
- Coverage   89.69%   85.14%   -4.56%     
==========================================
  Files           5        5              
  Lines         233      249      +16     
==========================================
+ Hits          209      212       +3     
- Misses         24       37      +13     
Flag Coverage Δ
api 85.14% <53.12%> (-4.56%) :arrow_down:
config 53.41% <50.00%> (-2.39%) :arrow_down:
datalad 76.70% <53.12%> (-3.98%) :arrow_down:
dls3 57.02% <18.75%> (-2.63%) :arrow_down:
s3 59.83% <37.50%> (-2.83%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
templateflow/conf/__init__.py 78.48% <53.12%> (-15.17%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6d31a32...afd1132. Read the comment docs.

mgxd commented 9 months ago

we should cut a new release to include this