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

Add a test for reading PNG files #39

Closed bitzl closed 5 years ago

bitzl commented 5 years ago

This test checks if Hymir is able to read PNG files (as opposed to serving PNG, for which there is already a test).

codecov-io commented 5 years ago

Codecov Report

Merging #39 into master will increase coverage by 0.17%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #39      +/-   ##
============================================
+ Coverage     55.55%   55.72%   +0.17%     
- Complexity       92       93       +1     
============================================
  Files            20       20              
  Lines           576      576              
  Branches         49       49              
============================================
+ Hits            320      321       +1     
  Misses          229      229              
+ Partials         27       26       -1
Impacted Files Coverage Δ Complexity Δ
...ns/iiif/hymir/image/business/ImageServiceImpl.java 66.29% <0%> (+0.56%) 30% <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 c1f9efc...c659dfe. Read the comment docs.