PlumTreeSystems / neo4j-bolt-php

PHP Driver for Neo4j's Binary Protocol : Bolt
MIT License
11 stars 5 forks source link

Pipelines #1

Closed matas-valuzis closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #1 into master will increase coverage by 0.66%. The diff coverage is 93.75%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #1      +/-   ##
==========================================
+ Coverage   73.61%   74.28%   +0.66%     
==========================================
  Files          54       55       +1     
  Lines        1592     1598       +6     
==========================================
+ Hits         1172     1187      +15     
+ Misses        420      411       -9     
Impacted Files Coverage Δ
src/Protocol/V1/Response.php 92.00% <77.77%> (-8.00%) :arrow_down:
src/Protocol/Pipeline.php 88.23% <84.61%> (+19.48%) :arrow_up:
src/Protocol/V1/Session.php 87.75% <97.56%> (+7.93%) :arrow_up:
src/PackStream/Structure/Structure.php 64.70% <100.00%> (+1.44%) :arrow_up:
src/Protocol/PipelineMessage.php 100.00% <100.00%> (ø)
src/Protocol/V3/Session.php 78.12% <100.00%> (ø)
src/Protocol/Message/RunMessage.php 50.00% <0.00%> (-37.50%) :arrow_down:
src/PackStream/Serializer.php 39.13% <0.00%> (-8.70%) :arrow_down:
src/PackStream/Unpacker.php 80.21% <0.00%> (-1.61%) :arrow_down:
... and 2 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 bf23162...76741b4. Read the comment docs.