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

Improved the way simplified parameter resolver clean the state #6

Closed gortiz closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #6 into devel will decrease coverage by 0.35%. The diff coverage is 47.36%.

Impacted file tree graph

@@             Coverage Diff              @@
##              devel       #6      +/-   ##
============================================
- Coverage     69.63%   69.28%   -0.36%     
- Complexity      172      187      +15     
============================================
  Files            36       39       +3     
  Lines           853      892      +39     
  Branches         41       43       +2     
============================================
+ Hits            594      618      +24     
- Misses          224      236      +12     
- Partials         35       38       +3
Impacted Files Coverage Δ Complexity Δ
...sting/core/junit5/SimplifiedParameterResolver.java 81.48% <ø> (ø) 13 <0> (?)
...esting/core/junit5/CloseableParameterResolver.java 0% <0%> (ø) 0 <0> (?)
...testing/mongodb/junit/ShardedClusterExtension.java 95.23% <100%> (ø) 7 <1> (ø) :arrow_down:
...odb/testing/mongodb/junit/ReplicaSetExtension.java 96.15% <100%> (ø) 10 <1> (ø) :arrow_down:
...cker/postgres/junit5/PostgresServiceExtension.java 100% <100%> (ø) 6 <2> (-1) :arrow_down:
.../torodb/testing/mongodb/junit/MongodExtension.java 90% <100%> (ø) 5 <1> (ø) :arrow_down:
...orodb/testing/docker/postgres/PostgresService.java 87.5% <50%> (-1.57%) 14 <1> (ø)
...torodb/testing/docker/postgres/PostgresConfig.java 59.37% <75%> (-6.15%) 5 <0> (ø)
...m/torodb/testing/core/junit5/AnnotationFinder.java 75% <0%> (ø) 2% <0%> (?)
... and 3 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 8b07b32...6a69f05. Read the comment docs.