alandefreitas / cpp-actions

GitHub Actions for C++ Libraries
https://alandefreitas.github.io/cpp-actions/
Boost Software License 1.0
19 stars 3 forks source link

Boost.Buffers Compliance #3

Closed cmazakas closed 10 months ago

cmazakas commented 10 months ago

This is everything I had to change to get cpp-actions to work with Boost.Buffers

codecov[bot] commented 10 months ago

Codecov Report

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

Comparison is base (4f26222) 87.50% compared to head (899c427) 87.50%. Report is 11 commits behind head on develop.

:exclamation: Current head 899c427 differs from pull request most recent head 394a141. Consider uploading reports for the commit 394a141 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #3 +/- ## ======================================== Coverage 87.50% 87.50% ======================================== Files 1 1 Lines 8 8 ======================================== Hits 7 7 Misses 1 1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

alandefreitas commented 10 months ago

Thanks.

Merged (cherry-picked) and included in v1.6.0 and 1.6.1.

The problem with apple-clang should also be fixed in aa728c87 and can be mitigated before that with cmake-version: *.

A better solution for CMake 3.28 will be on another version.