-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add source map to Iele report (#311)
* feat: Added asm to parsed json * fix: Supported sourcemap for solidity using the regular scheme * fix: Fixed missing line str bug * feat: Added ieleEntries to coverage map * fix: Fixed line_from_pos arg * feat: Added ieleInstructions to coverage map ds * feat: Supported new json report format * fix: Fixed the coverage data for solidity * fix: Adde state to IeleInstruction ds * feat: Updated the static report template * feat: Added level info to IeleInstruction ds * refactor: Updated comment * fix: Fixed the report generation testing * fix: Fixed failing to load file path Co-authored-by: gtrepta <50716988+gtrepta@users.noreply.github.com>
- Loading branch information
Showing
4 changed files
with
146 additions
and
93 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,4 @@ | |
/.krun* | ||
result* | ||
.mypy_cache | ||
.vscode |
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
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.