xiph / rav1e

The fastest and safest AV1 encoder.
BSD 2-Clause "Simplified" License
3.68k stars 250 forks source link

Fix or remove grcov-coverage CI job #3394

Open shssoichiro opened 1 month ago

shssoichiro commented 1 month ago

The CI job for code coverage has been broken for quite some time. It is allowed to fail, but still annoying to show as a red X on every PR. We should either fix the job or remove it.

Example: https://github.com/xiph/rav1e/actions/runs/10392532069/job/28780308261

FreezyLemon commented 4 weeks ago

Maybe exclude the binary tests from codecov? Seems like it's only those that are failing, and those don't contribute to coverage stats anyways, right?