Knotx / knotx-junit5

JUnit 5 support and extensions for Vert.x projects
https://knotx.io
Apache License 2.0
0 stars 4 forks source link

Move HoconLoader to junit5 utils. #56

Closed tomaszmichalak closed 4 years ago

tomaszmichalak commented 4 years ago

Fragments modules refactor: Knotx/knotx-fragments#154. Move HoconLoader from Knot.x Fragments to Knot.x JUnit5.

Types of changes

Checklist:


I hereby agree to the terms of the Knot.x Contributor License Agreement.

codecov[bot] commented 4 years ago

Codecov Report

Merging #56 into master will increase coverage by 0.33%. The diff coverage is 89.47%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #56      +/-   ##
============================================
+ Coverage     84.02%   84.36%   +0.33%     
- Complexity      222      241      +19     
============================================
  Files            25       27       +2     
  Lines           864      921      +57     
  Branches         63       65       +2     
============================================
+ Hits            726      777      +51     
- Misses          101      106       +5     
- Partials         37       38       +1     
Impacted Files Coverage Δ Complexity Δ
...est/java/io/knotx/junit5/util/HoconLoaderTest.java 88.46% <88.46%> (ø) 10.00 <10.00> (?)
...rc/main/java/io/knotx/junit5/util/HoconLoader.java 90.32% <90.32%> (ø) 9.00 <9.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 c2c7bc8...a719362. Read the comment docs.