aplbrain / grand

Your favorite Python graph libraries, scalable and interoperable. Graph databases in memory, and familiar graph APIs for cloud databases.
Apache License 2.0
80 stars 6 forks source link

Improve dialect test coverage #37

Closed j6k4m8 closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #37 (62592d0) into master (26c736a) will increase coverage by 4.15%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #37      +/-   ##
==========================================
+ Coverage   71.51%   75.67%   +4.15%     
==========================================
  Files          18       18              
  Lines        1355     1451      +96     
==========================================
+ Hits          969     1098     +129     
+ Misses        386      353      -33     
Impacted Files Coverage Δ
grand/__init__.py 100.00% <100.00%> (ø)
grand/backends/backend.py 83.69% <100.00%> (+2.79%) :arrow_up:
grand/dialects/__init__.py 85.71% <100.00%> (+17.39%) :arrow_up:
grand/dialects/test_dialect.py 100.00% <100.00%> (ø)
grand/backends/_networkx.py 87.50% <0.00%> (+7.50%) :arrow_up:

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 26c736a...62592d0. Read the comment docs.