-
-
Notifications
You must be signed in to change notification settings - Fork 561
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: add "coverage" profile to cargo
Cargo doesn't fully pay attention to the RUSTFLAGS variable. As such, to pass appropriate flags to rustc, Cargo uses a profile. We thus create a profile specifically for generating code coverage and updating the code coverage docs accordingly. See rust-lang/rust#78011. Closes #3553.
- Loading branch information
1 parent
847858a
commit 8b61f46
Showing
2 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters