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

Some improvements on Postgres docker tools #8

Closed gortiz closed 7 years ago

gortiz commented 7 years ago
codecov-io commented 7 years ago

Codecov Report

Merging #8 into devel will decrease coverage by 0.52%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##              devel       #8      +/-   ##
============================================
- Coverage     69.28%   68.75%   -0.53%     
+ Complexity      187      185       -2     
============================================
  Files            39       39              
  Lines           892      893       +1     
  Branches         43       43              
============================================
- Hits            618      614       -4     
- Misses          236      242       +6     
+ Partials         38       37       -1
Impacted Files Coverage Δ Complexity Δ
...orodb/testing/docker/postgres/PostgresService.java 84.37% <100%> (-3.13%) 13 <0> (-1)
...om/torodb/testing/docker/postgres/EnumVersion.java 100% <100%> (ø) 4 <0> (ø) :arrow_down:
...odb/testing/mongodb/docker/AbstractReplicaSet.java 68.38% <0%> (-2.21%) 22% <0%> (-1%)

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 3ad317d...0ea223c. Read the comment docs.