mockito / shipkit

Toolkit for shipping it used by Mockito library
http://shipkit.org
MIT License
158 stars 35 forks source link

Add ability to configure CI management for POM #839

Closed koral-- closed 4 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #839 into master will increase coverage by 0.06%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #839      +/-   ##
============================================
+ Coverage     76.78%   76.85%   +0.06%     
- Complexity     1227     1229       +2     
============================================
  Files           219      219              
  Lines          4454     4467      +13     
  Branches        333      334       +1     
============================================
+ Hits           3420     3433      +13     
  Misses          922      922              
  Partials        112      112
Impacted Files Coverage Δ Complexity Δ
...rg/shipkit/internal/gradle/util/PomCustomizer.java 75.4% <100%> (+1.27%) 10 <0> (+1) :arrow_up:
...kit/gradle/configuration/ShipkitConfiguration.java 100% <100%> (ø) 14 <3> (+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 cd6b02e...93cf91c. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

Merging #839 into master will increase coverage by 0.06%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #839      +/-   ##
============================================
+ Coverage     76.78%   76.85%   +0.06%     
- Complexity     1227     1229       +2     
============================================
  Files           219      219              
  Lines          4454     4467      +13     
  Branches        333      334       +1     
============================================
+ Hits           3420     3433      +13     
  Misses          922      922              
  Partials        112      112
Impacted Files Coverage Δ Complexity Δ
...rg/shipkit/internal/gradle/util/PomCustomizer.java 75.4% <100%> (+1.27%) 10 <0> (+1) :arrow_up:
...kit/gradle/configuration/ShipkitConfiguration.java 100% <100%> (ø) 14 <2> (+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 cd6b02e...a3ec52f. Read the comment docs.

koral-- commented 4 years ago

Merging this since all the review comments has been fixed. Skipping release due to size of change.

mockitoguy commented 4 years ago

Nice change!