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

Assorted code gardening #70

Closed kuanb closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

Merging #70 into master will increase coverage by 0.01%. The diff coverage is 85.71%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #70      +/-   ##
==========================================
+ Coverage   90.46%   90.48%   +0.01%     
==========================================
  Files          12       12              
  Lines         745      746       +1     
==========================================
+ Hits          674      675       +1     
  Misses         71       71
Impacted Files Coverage Δ
peartree/paths.py 95.74% <ø> (ø) :arrow_up:
peartree/summarizer.py 89.92% <ø> (-0.08%) :arrow_down:
peartree/parallel.py 97.87% <100%> (ø) :arrow_up:
peartree/graph.py 97.41% <83.33%> (+0.04%) :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 a631657...673c2b3. Read the comment docs.