tesseract-robotics / tesseract

Motion Planning Environment
http://tesseract-docs.rtfd.io
Other
257 stars 89 forks source link

Use latest vcpkg release for GitHub Action #1035

Closed johnwason closed 1 month ago

johnwason commented 1 month ago

This enables the use of the latest vcpkg release with boost 1.85 after the serialization failure was fixed in #1034.

Also fixes some deprecated boost::filesystem functions.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 89.73%. Comparing base (e1836d9) to head (6610308).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/tesseract-robotics/tesseract/pull/1035/graphs/tree.svg?width=650&height=150&src=pr&token=nh4aHZzgpR&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=tesseract-robotics)](https://app.codecov.io/gh/tesseract-robotics/tesseract/pull/1035?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=tesseract-robotics) ```diff @@ Coverage Diff @@ ## master #1035 +/- ## ======================================= Coverage 89.73% 89.73% ======================================= Files 282 282 Lines 15949 15949 ======================================= Hits 14312 14312 Misses 1637 1637 ```