tcbrindle / flux

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

Fix CodeCov action #81

Closed tcbrindle closed 1 year ago

tcbrindle commented 1 year ago

Homebrew has updated lcov from v1.16 to 2.0, and it looks like we're now getting lots of warnings and errors during data collection.

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (db6be7c) 97.85% compared to head (c824e0c) 97.85%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #81 +/- ## ======================================= Coverage 97.85% 97.85% ======================================= Files 65 65 Lines 2191 2191 ======================================= Hits 2144 2144 Misses 47 47 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

tcbrindle commented 1 year ago

Well, that was less painful than expected. Looks like this fixes #80