-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding code coverage for unit tests (#1399)
* adding code coverage * running in k8 linux runners * fixing the version of the toolchain to be used * adding coverage for the sbor directory * uploading the coverage files * removing the coverage step * debugging * fixing the path to the artifacts * pointing to the reusable workflow * Trigger Build * pointing to the public version of the reusable workflows * pointing to the right branch * pointing to the reusable action * fixing syntax * last syntax fix * running more than one dir * pointing to the setup action * running integration tests * running more tests * running all tests * restoring removed step * fixing syntax * reverting xtasks changes * restoring the ci triggers * pointing to the main branch in the reusable workflows repo
- Loading branch information
Showing
3 changed files
with
68 additions
and
60 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,3 +73,6 @@ perf.data | |
|
||
#Rusty-tags | ||
*.vi | ||
|
||
# Coverage | ||
*.profraw |
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 |
---|---|---|
|
@@ -37,4 +37,4 @@ members = [ | |
"utils", | ||
"radix-engine-profiling", | ||
"radix-engine-profiling/resources-tracker-macro", | ||
] | ||
] |