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

Changed #toString on Postgres EnumVersion #10

Closed gortiz closed 7 years ago

codecov[bot] commented 7 years ago

Codecov Report

Merging #10 into devel will decrease coverage by 0.32%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##              devel      #10      +/-   ##
============================================
- Coverage     49.28%   48.96%   -0.33%     
  Complexity        6        6              
============================================
  Files            41       41              
  Lines          1396     1397       +1     
  Branches         43       43              
============================================
- Hits            688      684       -4     
- Misses          668      674       +6     
+ Partials         40       39       -1
Impacted Files Coverage Δ Complexity Δ
...om/torodb/testing/docker/postgres/EnumVersion.java 100% <100%> (ø) 0 <0> (ø) :arrow_down:
...odb/testing/mongodb/docker/AbstractReplicaSet.java 68.38% <0%> (-2.21%) 0% <0%> (ø)
...m/torodb/testing/docker/AbstractDockerService.java 53.19% <0%> (-2.13%) 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 4eb919c...9ef4a1d. Read the comment docs.