torodb / testing-tools

A set of projects that make it easy to execute test, specially with docker. It is heavily used by ToroDB, but can be useful on third party projects.
Apache License 2.0
1 stars 3 forks source link

Mysql service #11

Closed teoincontatto closed 7 years ago

codecov[bot] commented 7 years ago

Codecov Report

Merging #11 into devel will increase coverage by 2.44%. The diff coverage is 80.91%.

Impacted file tree graph

@@             Coverage Diff              @@
##              devel      #11      +/-   ##
============================================
+ Coverage     49.31%   51.76%   +2.44%     
- Complexity        6       35      +29     
============================================
  Files            41       44       +3     
  Lines          1397     1526     +129     
  Branches         43       49       +6     
============================================
+ Hits            689      790     +101     
- Misses          668      694      +26     
- Partials         40       42       +2
Impacted Files Coverage Δ Complexity Δ
...ing/docker/mysql/junit5/MysqlServiceExtension.java 100% <100%> (ø) 6 <6> (?)
...a/com/torodb/testing/docker/mysql/EnumVersion.java 100% <100%> (ø) 5 <5> (?)
...a/com/torodb/testing/docker/mysql/MysqlConfig.java 59.37% <59.37%> (ø) 5 <5> (?)
...m/torodb/testing/docker/UntilStdLinePredicate.java 86.66% <83.33%> (-13.34%) 0 <0> (ø)
.../com/torodb/testing/docker/mysql/MysqlService.java 84.37% <84.37%> (ø) 13 <13> (?)
...odb/testing/mongodb/docker/AbstractReplicaSet.java 68.38% <0%> (-2.21%) 0% <0%> (ø)

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 4de098a...21044eb. Read the comment docs.