dgroup / docker-unittests

Testing of base docker images during CI/CD process
MIT License
35 stars 4 forks source link

#177: Rename all implementations of Tag/YmlTag using `Tg***` pattern #186

Closed dgroup closed 5 years ago

dgroup commented 5 years ago

177

codecov[bot] commented 5 years ago

Codecov Report

Merging #186 into master will not change coverage. The diff coverage is 94.44%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #186   +/-   ##
=========================================
  Coverage     81.04%   81.04%           
  Complexity      402      402           
=========================================
  Files           109      109           
  Lines          1287     1287           
  Branches         52       52           
=========================================
  Hits           1043     1043           
  Misses          203      203           
  Partials         41       41
Impacted Files Coverage Δ Complexity Δ
.../com/github/dgroup/dockertest/yml/tag/TgTests.java 88.88% <ø> (ø) 5 <0> (?)
.../java/com/github/dgroup/dockertest/yml/TgTest.java 88.88% <ø> (ø) 0 <0> (?)
...dgroup/dockertest/yml/tag/TgOutputPredicateOf.java 85.71% <ø> (ø) 8 <0> (?)
.../java/com/github/dgroup/dockertest/yml/YmlTag.java 83.33% <ø> (ø) 0 <0> (?)
.../com/github/dgroup/dockertest/yml/tag/TgSetup.java 0% <ø> (ø) 0 <0> (?)
...om/github/dgroup/dockertest/yml/tag/TgVersion.java 62.5% <ø> (ø) 3 <0> (?)
...ub/dgroup/dockertest/test/outcome/TestOutcome.java 90% <100%> (ø) 0 <0> (ø) :arrow_down:
...m/github/dgroup/dockertest/yml/tag/TgEnvelope.java 87.5% <100%> (ø) 6 <1> (?)
...ithub/dgroup/dockertest/test/output/XmlOutput.java 100% <100%> (ø) 9 <0> (ø) :arrow_down:
...b/dgroup/dockertest/test/output/std/MsgFailed.java 100% <100%> (ø) 15 <0> (ø) :arrow_down:
... and 8 more

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 1d60266...44159ba. Read the comment docs.