PyVRP / VRPLIB

Python package to read and write vehicle routing problem instances.
https://github.com/PyVRP/VRPLIB
MIT License
80 stars 6 forks source link

Add more parse tests #78

Closed leonlan closed 1 year ago

leonlan commented 1 year ago

Closes #74.

codecov[bot] commented 1 year ago

Codecov Report

Base: 96.59% // Head: 99.57% // Increases project coverage by +2.97% :tada:

Coverage data is based on head (21f160b) compared to base (b82ac1b). Patch has no changes to coverable lines.

:exclamation: Current head 21f160b differs from pull request most recent head 497960a. Consider uploading reports for the commit 497960a to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #78 +/- ## ========================================== + Coverage 96.59% 99.57% +2.97% ========================================== Files 16 16 Lines 235 235 ========================================== + Hits 227 234 +7 + Misses 8 1 -7 ``` | [Impacted Files](https://codecov.io/gh/leonlan/VRPLIB/pull/78?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Leon+Lan) | Coverage Δ | | |---|---|---| | [vrplib/parse/parse\_distances.py](https://codecov.io/gh/leonlan/VRPLIB/pull/78?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Leon+Lan#diff-dnJwbGliL3BhcnNlL3BhcnNlX2Rpc3RhbmNlcy5weQ==) | `98.00% <ø> (+8.00%)` | :arrow_up: | | [vrplib/parse/parse\_vrplib.py](https://codecov.io/gh/leonlan/VRPLIB/pull/78?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Leon+Lan#diff-dnJwbGliL3BhcnNlL3BhcnNlX3ZycGxpYi5weQ==) | `100.00% <0.00%> (+3.44%)` | :arrow_up: | | [vrplib/parse/parse\_solution.py](https://codecov.io/gh/leonlan/VRPLIB/pull/78?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Leon+Lan#diff-dnJwbGliL3BhcnNlL3BhcnNlX3NvbHV0aW9uLnB5) | `100.00% <0.00%> (+6.66%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Leon+Lan). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Leon+Lan)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.