aplbrain / grandiso-networkx

Performant, pure-Python subgraph isomorphism and monomorphism search (aka "motif search")
Apache License 2.0
52 stars 10 forks source link

Add tests for no-attr-in-host #31

Closed j6k4m8 closed 2 years ago

j6k4m8 commented 2 years ago

Tests the last remaining uncovered lines.

codecov-commenter commented 2 years ago

Codecov Report

Merging #31 (18f9f5e) into master (27cd474) will increase coverage by 0.80%. The diff coverage is 100.00%.

:exclamation: Current head 18f9f5e differs from pull request most recent head 39670b7. Consider uploading reports for the commit 39670b7 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##           master      #31      +/-   ##
==========================================
+ Coverage   98.82%   99.63%   +0.80%     
==========================================
  Files           4        4              
  Lines         512      550      +38     
==========================================
+ Hits          506      548      +42     
+ Misses          6        2       -4     
Impacted Files Coverage Δ
grandiso/__init__.py 98.43% <100.00%> (+3.12%) :arrow_up:
grandiso/test_grandiso.py 100.00% <100.00%> (ø)

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 27cd474...39670b7. Read the comment docs.