whole-tale / girder_wholetale

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

Export recorded runs #516

Closed craig-willis closed 2 years ago

craig-willis commented 2 years ago

Fixes https://github.com/whole-tale/whole-tale/issues/90

This PR:

To test:

codecov[bot] commented 2 years ago

Codecov Report

Merging #516 (2e2ae35) into master (2275f71) will increase coverage by 0.08%. The diff coverage is 100.00%.

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

@@            Coverage Diff             @@
##           master     #516      +/-   ##
==========================================
+ Coverage   93.33%   93.41%   +0.08%     
==========================================
  Files          54       54              
  Lines        4125     4179      +54     
==========================================
+ Hits         3850     3904      +54     
  Misses        275      275              
Impacted Files Coverage Δ
server/lib/exporters/__init__.py 98.18% <100.00%> (+0.14%) :arrow_up:
server/lib/exporters/bag.py 100.00% <100.00%> (ø)
server/lib/exporters/native.py 100.00% <100.00%> (ø)
server/lib/manifest.py 92.07% <100.00%> (+0.64%) :arrow_up:
server/models/tale.py 98.09% <100.00%> (+0.01%) :arrow_up:
server/rest/tale.py 96.47% <100.00%> (+0.33%) :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...76e42d9. Read the comment docs.