mirador icon indicating copy to clipboard operation
mirador copied to clipboard

Guard against manifests without sequences

Open cbeer opened this issue 4 years ago • 1 comments

Fixes #2940

TODO:

  • [ ] collect some examples of manifests without sequences
  • [ ] add some integration tests for them

cbeer avatar Feb 14 '20 16:02 cbeer

Codecov Report

Merging #2939 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2939      +/-   ##
==========================================
+ Coverage   93.23%   93.23%   +<.01%     
==========================================
  Files         158      158              
  Lines        2351     2352       +1     
==========================================
+ Hits         2192     2193       +1     
  Misses        159      159
Impacted Files Coverage Δ
src/state/selectors/canvases.js 97.53% <100%> (ø) :arrow_up:
src/state/selectors/manifests.js 98.14% <100%> (ø) :arrow_up:
src/components/ViewerInfo.js 100% <100%> (ø) :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 9ae3262...3e55617. Read the comment docs.

codecov-io avatar Feb 14 '20 16:02 codecov-io