Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Optionally use binstall to speed up CI #144

Open
2 of 3 tasks
FlareFlo opened this issue Sep 1, 2023 · 0 comments
Open
2 of 3 tasks

Optionally use binstall to speed up CI #144

FlareFlo opened this issue Sep 1, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@FlareFlo
Copy link

FlareFlo commented Sep 1, 2023

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
@FlareFlo FlareFlo added the enhancement New feature or request label Sep 1, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant