Transmode / gradle-docker

A Gradle plugin to build Docker images from the build script.
Apache License 2.0
647 stars 142 forks source link

Healthcheck options #108

Open ryansmithevans opened 7 years ago

ryansmithevans commented 7 years ago

Added healthcheck options and tests. Updated Readme

codecov-io commented 7 years ago

Codecov Report

Merging #108 into master will increase coverage by 0.81%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #108      +/-   ##
============================================
+ Coverage     58.08%   58.89%   +0.81%     
- Complexity       79       85       +6     
============================================
  Files             9        9              
  Lines           303      309       +6     
  Branches         24       24              
============================================
+ Hits            176      182       +6     
  Misses          116      116              
  Partials         11       11
Impacted Files Coverage Δ Complexity Δ
...mode/gradle/plugins/docker/image/Dockerfile.groovy 70.27% <100%> (+1.25%) 25 <3> (+3) :arrow_up:
...adle/plugins/docker/LegacyDockerfileMethods.groovy 52.38% <100%> (+7.93%) 10 <3> (+3) :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 18b230a...11ce236. Read the comment docs.

ryansmithevans commented 7 years ago

Nobody going to review this?

ryansmithevans commented 7 years ago

Updated to make dockerfile syntax a bit more predictable