mockito / shipkit

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

fix broken link in docs #826

Closed epeee closed 5 years ago

epeee commented 5 years ago

currently, the link points to https://github.com/mockito/shipkit/blob/master/docs/features/docs/gradle-plugins/release-needed-plugin.md. After merging this one the link is no longer broken and points to https://github.com/mockito/shipkit/blob/master/docs/gradle-plugins/release-needed-plugin.md.

codecov[bot] commented 5 years ago

Codecov Report

Merging #826 into master will decrease coverage by 0.11%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #826      +/-   ##
============================================
- Coverage     76.89%   76.78%   -0.12%     
+ Complexity     1229     1227       -2     
============================================
  Files           219      219              
  Lines          4471     4454      -17     
  Branches        335      333       -2     
============================================
- Hits           3438     3420      -18     
  Misses          922      922              
- Partials        111      112       +1
Impacted Files Coverage Δ Complexity Δ
.../shipkit/internal/gradle/release/TravisPlugin.java 78.26% <0%> (-11.74%) 3% <0%> (-2%)

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 04b9571...6e7d267. Read the comment docs.