-
Notifications
You must be signed in to change notification settings - Fork 43
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
Louder Windows codesign errors #4762
Louder Windows codesign errors #4762
Conversation
QA Wolf here! As you write new code it's important that your test coverage is keeping up. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4762 +/- ##
=======================================
Coverage 85.83% 85.83%
=======================================
Files 86 86
Lines 30939 30939
=======================================
Hits 26555 26555
Misses 4384 4384
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@@ -38,7 +38,7 @@ win: | |||
# - arm64 | |||
signingHashAlgorithms: | |||
- sha256 | |||
sign: "./sign-win.js" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Took the opportunity to move this script to where the other scripts are instead of repo root since I was testing it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great fix, thanks for catching these errors!
Fixes #4582
Throws an error instead of just logging and continuing with green status.
When it silently failed a few weeks ago:
Versus on this branch: (fake throw)