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

4.0.0 #28

Closed datazuul closed 5 years ago

datazuul commented 5 years ago

Upgrade libraries Add monitoring Implementation completed to follow blueprint (e.g. error pages)

codecov-io commented 5 years ago

Codecov Report

Merging #28 into master will increase coverage by 55.55%. The diff coverage is 61.9%.

Impacted file tree graph

@@              Coverage Diff              @@
##             master      #28       +/-   ##
=============================================
+ Coverage         0%   55.55%   +55.55%     
- Complexity        0       92       +92     
=============================================
  Files            20       20               
  Lines           506      576       +70     
  Branches         49       49               
=============================================
+ Hits              0      320      +320     
+ Misses          506      229      -277     
- Partials          0       27       +27
Impacted Files Coverage Δ Complexity Δ
...esentation/backend/api/PresentationRepository.java 0% <ø> (ø) 0 <0> (ø) :arrow_down:
...ns/iiif/hymir/frontend/ExtendedViewController.java 6.66% <ø> (+6.66%) 2 <0> (+2) :arrow_up:
...ns/iiif/hymir/image/business/api/ImageService.java 0% <ø> (ø) 0 <0> (ø) :arrow_down:
...llections/iiif/hymir/frontend/ExceptionAdvice.java 55.55% <ø> (+55.55%) 4 <0> (+4) :arrow_up:
...presentation/business/api/PresentationService.java 0% <0%> (ø) 0 <0> (ø) :arrow_down:
...f/hymir/image/frontend/IIIFImageApiController.java 84.78% <100%> (+84.78%) 12 <2> (+12) :arrow_up:
...tions/iiif/hymir/config/CustomResponseHeaders.java 100% <100%> (ø) 11 <11> (?)
...ns/iiif/hymir/image/business/ImageServiceImpl.java 65.73% <100%> (+65.73%) 29 <1> (+29) :arrow_up:
...presentation/business/PresentationServiceImpl.java 60% <100%> (+60%) 3 <1> (+3) :arrow_up:
.../de/digitalcollections/iiif/hymir/Application.java 8% <100%> (+8%) 2 <1> (+2) :arrow_up:
... and 14 more

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 ff2c58d...4bff6ed. Read the comment docs.