Skip to content
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

Merged
merged 11 commits into from
Jan 3, 2025

Conversation

pierremtb
Copy link
Collaborator

@pierremtb pierremtb commented Dec 11, 2024

Fixes #4582

Throws an error instead of just logging and continuing with green status.

When it silently failed a few weeks ago:
image

Versus on this branch: (fake throw)
image

Copy link

qa-wolf bot commented Dec 11, 2024

QA Wolf here! As you write new code it's important that your test coverage is keeping up.
Click here to request test coverage for this PR!

Copy link

vercel bot commented Dec 11, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
modeling-app ✅ Ready (Inspect) Visit Preview Jan 3, 2025 5:02pm

Copy link

codecov bot commented Jan 2, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.83%. Comparing base (da9cae9) to head (e45bc20).
Report is 1 commits behind head on main.

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           
Flag Coverage Δ
wasm-lib 85.83% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pierremtb pierremtb changed the title WIP: Silent failure in signWin.js Louder Windows codesign errors Jan 3, 2025
@pierremtb pierremtb requested review from nadr0 and franknoirot January 3, 2025 14:40
@pierremtb pierremtb marked this pull request as ready for review January 3, 2025 14:40
@@ -38,7 +38,7 @@ win:
# - arm64
signingHashAlgorithms:
- sha256
sign: "./sign-win.js"
Copy link
Collaborator Author

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.

Copy link
Collaborator

@nadr0 nadr0 left a 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!

@pierremtb pierremtb enabled auto-merge (squash) January 3, 2025 14:52
@pierremtb pierremtb merged commit 3695723 into main Jan 3, 2025
28 checks passed
@pierremtb pierremtb deleted the pierremtb/issue4582-Silent-failure-in-signWinjs branch January 3, 2025 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Silent failure in signWin.js
2 participants