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

FIX: Ensure templateflow Layout is re-indexed when updating #59

Closed mgxd closed 3 years ago

mgxd commented 4 years ago

Closes #58

Needs a unittest.

Also fixes the failing unittest, and catches a bug where allow_redirect was not being passed onto certain requests.

codecov[bot] commented 4 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@1c473df). Click here to learn what that means. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #59   +/-   ##
=========================================
  Coverage          ?   87.85%           
=========================================
  Files             ?        5           
  Lines             ?      214           
  Branches          ?        0           
=========================================
  Hits              ?      188           
  Misses            ?       26           
  Partials          ?        0           
Flag Coverage Δ
#api 87.85% <100.00%> (?)
#config 55.14% <85.71%> (?)
#datalad 78.50% <100.00%> (?)
#dls3 55.60% <50.00%> (?)

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

Impacted Files Coverage Δ
templateflow/conf/__init__.py 88.88% <100.00%> (ø)
templateflow/conf/_s3.py 97.91% <100.00%> (ø)
templateflow/api.py 77.90% <0.00%> (ø)
templateflow/conf/bids.py 100.00% <0.00%> (ø)
templateflow/__init__.py 100.00% <0.00%> (ø)

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 1c473df...72811b8. Read the comment docs.

mgxd commented 4 years ago

@oesteban pinging here