whole-tale / girder_wholetale

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

Enable AinWT for non-tale datasets from Zenodo #501

Closed Xarthisius closed 3 years ago

Xarthisius commented 3 years ago

Prior to this PR we could only import Tales from Zenodo in AinWT workflow. This PR adds the missing component that triggers import_binder for non-tale datasets similarly to DV and DataONE integrations.

codecov[bot] commented 3 years ago

Codecov Report

Merging #501 (c6ad4b4) into master (7456359) will increase coverage by 0.04%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #501      +/-   ##
==========================================
+ Coverage   93.17%   93.21%   +0.04%     
==========================================
  Files          52       53       +1     
  Lines        3928     3937       +9     
==========================================
+ Hits         3660     3670      +10     
+ Misses        268      267       -1     
Impacted Files Coverage Δ
server/lib/dataone/integration.py 91.66% <ø> (ø)
server/lib/dataverse/integration.py 100.00% <ø> (ø)
server/lib/zenodo/__init__.py 100.00% <100.00%> (ø)
server/lib/zenodo/integration.py 100.00% <100.00%> (ø)
server/lib/zenodo/provider.py 97.63% <100.00%> (+0.81%) :arrow_up:
server/tasks/import_binder.py 92.04% <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 7456359...c6ad4b4. Read the comment docs.