dbmdz / iiif-server-hymir

Hymir is a Java based IIIF Server. It is based on "IIIF Image API Java Libraries" and "IIIF Presentation API Java Libraries" projects (see https://github.com/dbmdz)
MIT License
27 stars 7 forks source link

Re-add usage of method to retrieve resource json #70

Closed morpheus-87 closed 5 years ago

morpheus-87 commented 5 years ago

This PR re-adds the usage of method to retrieve resource json.

codecov-io commented 5 years ago

Codecov Report

Merging #70 into master will increase coverage by 0.37%. The diff coverage is 33.33%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #70      +/-   ##
============================================
+ Coverage     52.34%   52.72%   +0.37%     
- Complexity       77       78       +1     
============================================
  Files            17       17              
  Lines           533      533              
  Branches         42       42              
============================================
+ Hits            279      281       +2     
+ Misses          231      229       -2     
  Partials         23       23
Impacted Files Coverage Δ Complexity Δ
...esentation/backend/PresentationRepositoryImpl.java 30.95% <33.33%> (+4.76%) 6 <0> (+1) :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 34d7193...39daec2. Read the comment docs.