You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Currently we are using
actions-rs/grcov
for generating code coverage report. However, it's been failing for a long time.Root causes:
actions-rs/grcov
.actions-rs/grcov
has been marked as archived.actions-rs/grcov
relies on-Zprofile
flag from old nightly rust toolchain.-Zprofile
has been removedWe 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 withcodecov.yml
. We can add them back once needed.The text was updated successfully, but these errors were encountered: