PyVRP / VRPLIB

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

Pass dir paths to download functions #87

Closed leonlan closed 1 year ago

leonlan commented 1 year ago

Closes #64.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (c4faece) 100.00% compared to head (664df26) 100.00%.

:exclamation: Current head 664df26 differs from pull request most recent head 41c07a3. Consider uploading reports for the commit 41c07a3 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #87 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 16 16 Lines 231 241 +10 ========================================= + Hits 231 241 +10 ``` | [Impacted Files](https://codecov.io/gh/leonlan/VRPLIB/pull/87?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Leon+Lan) | Coverage Δ | | |---|---|---| | [vrplib/download/download\_instance.py](https://codecov.io/gh/leonlan/VRPLIB/pull/87?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Leon+Lan#diff-dnJwbGliL2Rvd25sb2FkL2Rvd25sb2FkX2luc3RhbmNlLnB5) | `100.00% <100.00%> (ø)` | | | [vrplib/download/download\_solution.py](https://codecov.io/gh/leonlan/VRPLIB/pull/87?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Leon+Lan#diff-dnJwbGliL2Rvd25sb2FkL2Rvd25sb2FkX3NvbHV0aW9uLnB5) | `100.00% <100.00%> (ø)` | | 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 in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.