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

Annotations #63

Closed morpheus-87 closed 5 years ago

morpheus-87 commented 5 years ago

This PR adds support for delivering annotation lists.

codecov-io commented 5 years ago

Codecov Report

Merging #63 into master will decrease coverage by 2.3%. The diff coverage is 20.68%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #63      +/-   ##
============================================
- Coverage        56%   53.69%   -2.31%     
+ Complexity       94       93       -1     
============================================
  Files            20       20              
  Lines           575      596      +21     
  Branches         49       49              
============================================
- Hits            322      320       -2     
- Misses          227      250      +23     
  Partials         26       26
Impacted Files Coverage Δ Complexity Δ
...presentation/business/api/PresentationService.java 0% <ø> (ø) 0 <0> (ø) :arrow_down:
.../de/digitalcollections/iiif/hymir/Application.java 8% <ø> (ø) 2 <0> (ø) :arrow_down:
...esentation/backend/api/PresentationRepository.java 0% <ø> (ø) 0 <0> (ø) :arrow_down:
...tation/frontend/IIIFPresentationApiController.java 22.95% <0%> (-2.51%) 4 <0> (ø)
...presentation/business/PresentationServiceImpl.java 54.54% <0%> (-5.46%) 3 <0> (ø)
...tions/iiif/hymir/config/CustomResponseHeaders.java 90% <0%> (-10%) 11 <0> (ø)
...ns/iiif/hymir/image/business/ImageServiceImpl.java 66.29% <100%> (ø) 30 <1> (ø) :arrow_down:
...esentation/backend/PresentationRepositoryImpl.java 26.19% <20%> (-14.44%) 5 <2> (-1)

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 6cbac91...8f80afd. Read the comment docs.