kuanb / peartree

peartree: A library for converting transit data into a directed graph for sketch network analysis.
MIT License
201 stars 23 forks source link

Update simplify test, add test for export to DiGraph #63

Closed kuanb closed 6 years ago

kuanb commented 6 years ago

Increase coverage and (better) test the functions that were introduced in the last two commits.

codecov[bot] commented 6 years ago

Codecov Report

Merging #63 into master will increase coverage by 1.88%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #63      +/-   ##
==========================================
+ Coverage   88.39%   90.28%   +1.88%     
==========================================
  Files          12       12              
  Lines         741      741              
==========================================
+ Hits          655      669      +14     
+ Misses         86       72      -14
Impacted Files Coverage Δ
peartree/convert.py 50% <100%> (+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 9ab1c2a...8901b1b. Read the comment docs.