microsoft / spring-data-gremlin

We are in the process of deprecating Spring Data Gremlin. -- Provide generic annotation oriented programming form based on gremlin for graph database
Other
129 stars 76 forks source link

#205: GremlinSource - Vertex/Edge/Graph - Writer/Reader incompatible … #217

Closed Incarnation-p-lee closed 5 years ago

Incarnation-p-lee commented 5 years ago
codecov-io commented 5 years ago

Codecov Report

Merging #217 into 2.0.x will decrease coverage by 0.82%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##            2.0.x     #217      +/-   ##
==========================================
- Coverage   87.09%   86.26%   -0.83%     
==========================================
  Files          60       60              
  Lines        1348     1354       +6     
  Branches      225      231       +6     
==========================================
- Hits         1174     1168       -6     
- Misses         68       74       +6     
- Partials      106      112       +6
Impacted Files Coverage Δ
...n/conversion/source/GremlinSourceVertexWriter.java 75% <0%> (-11.67%) :arrow_down:
...n/conversion/source/GremlinSourceVertexReader.java 86.66% <0%> (-13.34%) :arrow_down:
...in/conversion/source/GremlinSourceGraphWriter.java 78.26% <0%> (-8.11%) :arrow_down:
...in/conversion/source/GremlinSourceGraphReader.java 71.42% <0%> (-6.35%) :arrow_down:
...lin/conversion/source/GremlinSourceEdgeWriter.java 60.6% <0%> (-5.02%) :arrow_down:
...lin/conversion/source/GremlinSourceEdgeReader.java 83.33% <0%> (-10.79%) :arrow_down:

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 eacbc11...4e61509. Read the comment docs.