actions-rs/grcov

Optionally use binstall to speed up CI

FlareFlo opened this issue · 0 comments

Do the checklist before filing an issue:

Motivation

From-source builds in CI with grcov take time and resources, so utilizing binstall would mean milliseconds instead of minutes for installation.
This requires binstall to be present on the action runner, which can be solved with its action.

Workflow example

- uses: codecov/codecov-action@v3
  with:
    binstall: true # default = false