tamatebako / libdwarfs

C++ library to access DwarFS images
2 stars 1 forks source link

chore: add MacOS test against xcode 15.4 #108

Closed maxirmx closed 1 month ago

d4rky-pl commented 1 month ago

@maxirmx not sure if you've noticed this but your CI setup seems off. The clang is set to AppleClang 15.0.0.15000309 in the configure step but then it's AppleClang 14.0.3.14030022 in the build step. Additionally, based on the clang path Xcode seems to have reverted from 15 to 14.3.1. Seems that the Xcode version during build is not overridden properly and uses the system default instead.

maxirmx commented 1 month ago

No, I did not notice it I rely on github action, but it looks like I shall check it as well

Thank you for noticing

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 82.95%. Comparing base (6054bdf) to head (80ad62e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #108 +/- ## ======================================= Coverage 82.95% 82.95% ======================================= Files 15 15 Lines 1109 1109 ======================================= Hits 920 920 Misses 189 189 ```

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