generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
buildRelated to CI buildsRelated to CI builds
Description
Currently we are using actions-rs/grcov for generating code coverage report. However, it's been failing for a long time.
Root causes:
- Latest builds require a newer version rust toolchain (>= 1.82), which is not compatible with
actions-rs/grcov. actions-rs/grcovhas been marked as archived.actions-rs/grcovrelies on-Zprofileflag from old nightly rust toolchain.- In newer versions of rust,
-Zprofilehas been removed
We can use alternative ways to generate coverage reports, but as suggested by @alancai98, it's not actually needed for this repo at the moment as we are not running any test cases.
Solution: @alancai98 suggests that we should just remove coverage.yml along with codecov.yml. We can add them back once needed.
Metadata
Metadata
Assignees
Labels
buildRelated to CI buildsRelated to CI builds