-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Show E2E test coverage of chainlink node binary (#12835)
* Get E2E test coverage of chainlink node binary * Fix * Fix lint * Add step to upload go coverage folder * Fix * debug * Fix * Fix lint * Debug * Fix * Fix * Show coverage in github workflow console * Fix lint * Cleanup * Add docs * Do not fail if no coverage dir was found * Update show_coverage.go to merge nodes coverage for each test * Cleanup * Update gha * Create NodeCoverageHelper and generate total coverage for all tests * Update covdata artifact name * Fix * Remove unnecessary build step * Update README * Fix * Update readme * Fix * Fixes * Remove ls step from workflow * Fix action version and tag * Bump CTF * Bump CTF
- Loading branch information
Showing
19 changed files
with
545 additions
and
30 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,6 +51,7 @@ output.txt | |
race.* | ||
golangci-lint-output.txt | ||
/golangci-lint/ | ||
.covdata | ||
|
||
# DB state | ||
./db/ | ||
|
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.