datalad / datalad-xnat

Track XNAT projects with DataLad
Other
3 stars 9 forks source link

Make default `query_files` result rendering more useful #111

Closed mih closed 2 years ago

mih commented 2 years ago

Now

% datalad xnat-query-files --credential anonymous https://www.nitrc.org/ir --experiment NITRC_IR_E07478
xnat_query(ok): NITRC_IR_E07478/T1/highres001.nii.gz (file) [NIfTI]
xnat_query(ok): NITRC_IR_E07478/T1/highres001_defacemask.nii.gz (file) [NIfTI]
xnat_query(ok): NITRC_IR_E07478/T1/qc.gif (file) [SNAPSHOTS]
xnat_query(ok): NITRC_IR_E07478/T1/highres001_dicominfo.txt (file) [Text]
...
codecov-commenter commented 2 years ago

Codecov Report

Merging #111 (b87c29a) into master (d6b7d16) will not change coverage. The diff coverage is 100.00%.

:exclamation: Current head b87c29a differs from pull request most recent head 2912707. Consider uploading reports for the commit 2912707 to get more accurate results Impacted file tree graph

@@           Coverage Diff           @@
##           master     #111   +/-   ##
=======================================
  Coverage   85.42%   85.42%           
=======================================
  Files          11       11           
  Lines         343      343           
=======================================
  Hits          293      293           
  Misses         50       50           
Impacted Files Coverage Δ
datalad_xnat/query_files.py 86.53% <100.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 d6b7d16...2912707. Read the comment docs.

adswa commented 2 years ago

nice