HPInc / jipp

A Java-compatible implementation of IPP
MIT License
153 stars 42 forks source link

Adding DateTime type and printer-current-time use case #17

Closed GladeDiviney closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #17 into master will increase coverage by 0.04%. The diff coverage is 95.23%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #17      +/-   ##
============================================
+ Coverage     93.55%   93.59%   +0.04%     
- Complexity      264      266       +2     
============================================
  Files            56       57       +1     
  Lines          1397     1437      +40     
  Branches        146      148       +2     
============================================
+ Hits           1307     1345      +38     
- Misses           42       43       +1     
- Partials         48       49       +1
Impacted Files Coverage Δ Complexity Δ
jipp-core/src/main/java/com/hp/jipp/model/Types.kt 98.9% <100%> (+0.01%) 5 <0> (ø) :arrow_down:
...c/main/java/com/hp/jipp/encoding/AttributeGroup.kt 91.42% <100%> (+0.25%) 14 <0> (ø) :arrow_down:
...re/src/main/java/com/hp/jipp/encoding/Attribute.kt 100% <100%> (ø) 21 <1> (+1) :arrow_up:
...src/main/java/com/hp/jipp/encoding/DateTimeType.kt 94.59% <94.59%> (ø) 1 <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 07db5fa...f3fa6bb. Read the comment docs.