tcbrindle / flux

A C++20 library for sequence-orientated programming
https://tristanbrindle.com/flux/
Boost Software License 1.0
472 stars 29 forks source link

Add Clang 17 on MacOS to CI #136

Closed tcbrindle closed 9 months ago

tcbrindle commented 9 months ago

Our Mac CI script was mistakenly mixing up the Homebrew names "LLVM" and "LLVM@16", meaning it broken when Homebrew updated the default version.

We'll take this opportunity to not only fix it, but test with both Clang 16 and 17

codecov[bot] commented 9 months ago

Codecov Report

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

:exclamation: No coverage uploaded for pull request base (main@1c128b5). Click here to learn what that means.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #136 +/- ## ======================================= Coverage ? 97.70% ======================================= Files ? 67 Lines ? 2398 Branches ? 0 ======================================= Hits ? 2343 Misses ? 55 Partials ? 0 ```

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

tcbrindle commented 9 months ago

Windows CI isn't working right now, but that #135