whole-tale / girder_wholetale

Girder plugin providing basic Whole Tale functionality
BSD 3-Clause "New" or "Revised" License
3 stars 5 forks source link

[WIP] Add an endpoint for computing checksum of r2d related files #509

Closed Xarthisius closed 2 years ago

Xarthisius commented 2 years ago

It's going be useful for better handling of cached images.

How to test?

t.b.a

codecov[bot] commented 2 years ago

Codecov Report

Merging #509 (154d1fa) into master (2275f71) will decrease coverage by 0.27%. The diff coverage is 77.61%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #509      +/-   ##
==========================================
- Coverage   93.33%   93.06%   -0.28%     
==========================================
  Files          54       54              
  Lines        4125     4179      +54     
==========================================
+ Hits         3850     3889      +39     
- Misses        275      290      +15     
Impacted Files Coverage Δ
server/models/tale.py 92.07% <50.00%> (-6.01%) :arrow_down:
server/rest/tale.py 96.23% <97.36%> (+0.09%) :arrow_up:
server/constants.py 88.63% <100.00%> (+0.26%) :arrow_up:

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 d0f5986...154d1fa. Read the comment docs.

Xarthisius commented 2 years ago

This is obsoleted by https://github.com/whole-tale/gwvolman/pull/158