-
Notifications
You must be signed in to change notification settings - Fork 143
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: windows runner failure when verifying the artifact determinism #10461
Conversation
Signed-off-by: Nathan Klick <nathan@swirldslabs.com>
Signed-off-by: Nathan Klick <nathan@swirldslabs.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #10461 +/- ##
==========================================
Coverage 63.01% 63.01%
- Complexity 30803 30804 +1
==========================================
Files 3360 3360
Lines 135297 135346 +49
Branches 14073 14088 +15
==========================================
+ Hits 85258 85290 +32
- Misses 46690 46695 +5
- Partials 3349 3361 +12 ☔ View full report in Codecov by Sentry. |
Node: E2E Test Results 1 files ± 0 1 suites ±0 22m 9s ⏱️ + 22m 9s Results for commit 7f312f3. ± Comparison against base commit aff5fce. This pull request removes 1 and adds 311 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Node: HAPI Test (Misc) Results420 tests ±0 319 ✔️ - 1 23m 17s ⏱️ -29s Results for commit 7f312f3. ± Comparison against base commit aff5fce. This pull request skips 1 test.
♻️ This comment has been updated with latest results. |
Signed-off-by: Nathan Klick <nathan@swirldslabs.com>
d87f20f
Signed-off-by: Nathan Klick <nathan@swirldslabs.com>
Description
This pull request changes the following:
sha256sum
output containing a leading asterisk*
mark.Related Issues