-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[move-compiler] Fix panic in coverage for inlined code, add controls …
…to display tags and/or color in coverage source listings, don't lean on compiler v1 (#14449) - Add controls --color and --tag for showing coverage. Fix panic by dropping inlined code from source coverage listings. - fix aptos move test --coverage to not necessarily use compiler-v1 Fixes #14377 Fixes #14360 Fixes #14379 Fixes #14454
- Loading branch information
1 parent
d231082
commit 5eb0f1d
Showing
5 changed files
with
224 additions
and
25 deletions.
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
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
Oops, something went wrong.