-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: inconsistent failures #866
Conversation
…t by platform. bump sdk client timeout configurations. sync file system after writing support-zip.sh. configs to check for invalid this Signed-off-by: Jeromy Cannon <[email protected]>
Signed-off-by: Jeromy Cannon <[email protected]>
Signed-off-by: Jeromy Cannon <[email protected]>
Signed-off-by: Jeromy Cannon <[email protected]>
Signed-off-by: Jeromy Cannon <[email protected]>
Unit Test Results - Linux 1 files 36 suites 3s ⏱️ Results for commit 7f7e4a8. ♻️ This comment has been updated with latest results. |
Unit Test Results - Windows 1 files 36 suites 11s ⏱️ Results for commit 7f7e4a8. ♻️ This comment has been updated with latest results. |
Signed-off-by: Jeromy Cannon <[email protected]>
Signed-off-by: Jeromy Cannon <[email protected]>
Signed-off-by: Jeromy Cannon <[email protected]>
Signed-off-by: Jeromy Cannon <[email protected]>
Signed-off-by: Jeromy Cannon <[email protected]>
Signed-off-by: Jeromy Cannon <[email protected]>
Signed-off-by: Jeromy Cannon <[email protected]>
Signed-off-by: Jeromy Cannon <[email protected]>
E2E Test Report 13 files 94 suites 53m 16s ⏱️ Results for commit 7f7e4a8. |
E2E Test Report 13 files 94 suites 53m 16s ⏱️ Results for commit 7f7e4a8. |
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesCodacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more Footnotes
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #866 +/- ##
==========================================
- Coverage 87.09% 83.82% -3.28%
==========================================
Files 40 49 +9
Lines 12545 14769 +2224
Branches 944 1029 +85
==========================================
+ Hits 10926 12380 +1454
- Misses 1568 2370 +802
+ Partials 51 19 -32
|
Description
This pull request changes the following:
npm run build
to also delete the ./dist directory prior totsc
buildnpm link
is leveraged on developers machine--stake-amounts
flag tosolo node start
so that we can stake specific amounts and drop the required nodes deployed forsolo node delete
down to 2 nodesconst self = this
and use ofself
for when inside of anonymous functionsRelated Issues