torressa / cspy

A collection of algorithms for the (Resource) Constrained Shortest Path problem in Python / C++ / C#
https://torressa.github.io/cspy/
MIT License
77 stars 24 forks source link

Merge dev into master #35

Closed torressa closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #35 into master will decrease coverage by 0.07%. The diff coverage is 99.29%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #35      +/-   ##
==========================================
- Coverage   91.49%   91.42%   -0.08%     
==========================================
  Files          21       21              
  Lines        1517     1516       -1     
==========================================
- Hits         1388     1386       -2     
- Misses        129      130       +1     
Impacted Files Coverage Δ
tests/tests_issue17.py 98.96% <ø> (ø)
tests/tests_issue32.py 97.82% <97.82%> (ø)
cspy/algorithms/bidirectional.py 95.32% <100.00%> (ø)
cspy/algorithms/label.py 90.90% <100.00%> (ø)
cspy/checking.py 93.22% <100.00%> (-1.70%) :arrow_down:
cspy/preprocessing.py 73.17% <100.00%> (ø)
tests/tests_bidirectional.py 98.48% <100.00%> (ø)
tests/tests_issue22.py 98.76% <100.00%> (ø)
tests/tests_issue25.py 97.22% <100.00%> (ø)
tests/tests_preprocessing.py 97.67% <100.00%> (-0.06%) :arrow_down:
... and 9 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 67df376...032332f. Read the comment docs.