openapi-tools / jackson-dataformat-hal

Dataformat extension for Jackson to handle HAL JSON
MIT License
24 stars 6 forks source link

Fix tests #41

Closed arucard21 closed 3 years ago

arucard21 commented 3 years ago

Fixes tests reported as broken in #40

codecov[bot] commented 3 years ago

Codecov Report

Merging #41 (3d6ddf1) into master (477c3d3) will increase coverage by 0.17%. The diff coverage is 87.50%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #41      +/-   ##
============================================
+ Coverage     76.48%   76.66%   +0.17%     
  Complexity       63       63              
============================================
  Files            10       10              
  Lines           353      360       +7     
  Branches         67       69       +2     
============================================
+ Hits            270      276       +6     
  Misses           74       74              
- Partials          9       10       +1     
Impacted Files Coverage Δ Complexity Δ
.../jackson/dataformat/hal/ser/HALBeanSerializer.java 82.48% <87.50%> (+0.17%) 4.00 <0.00> (ø)

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 be8601c...3d6ddf1. Read the comment docs.

langecode commented 3 years ago

Good find

langecode commented 3 years ago

..and seems I got the builds to run on PRs now :)