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
ci: use cargo-llvm-cov to generate code coverage data
The rustc's -Zprofile compiler flag was removed on nightly [1], which
means gcov-style coverage instrumentation is no longer possible.
[1] rust-lang/rust#131829
Signed-off-by: Renato Westphal <[email protected]>
0 commit comments