GoogleContainerTools / jib-extensions

Apache License 2.0
117 stars 35 forks source link

Fix Classpath-Main-Class extensions and more #85

Closed chanseokoh closed 3 years ago

chanseokoh commented 3 years ago

Follow up to #82. This is for GoogleContainerTools/jib#3147.

Also sets up Truth and adds more tests.

codecov[bot] commented 3 years ago

Codecov Report

Merging #85 (df78e53) into master (a9469dd) will increase coverage by 2.32%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #85      +/-   ##
============================================
+ Coverage     82.98%   85.31%   +2.32%     
- Complexity      160      172      +12     
============================================
  Files            18       18              
  Lines           676      674       -2     
  Branches         81       79       -2     
============================================
+ Hits            561      575      +14     
+ Misses           93       87       -6     
+ Partials         22       12      -10     
Impacted Files Coverage Δ Complexity Δ
...spathmainclass/JibClasspathMainClassExtractor.java 94.11% <100.00%> (+44.11%) 8.00 <8.00> (+6.00)
...spathmainclass/JibClasspathMainClassExtractor.java 94.11% <100.00%> (+44.11%) 8.00 <8.00> (+6.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 a9469dd...df78e53. Read the comment docs.