-
Notifications
You must be signed in to change notification settings - Fork 236
fix: remove GPG and run on spawn #1426
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1426 +/- ##
==========================================
+ Coverage 91.29% 92.58% +1.29%
==========================================
Files 4 4
Lines 310 310
Branches 84 85 +1
==========================================
+ Hits 283 287 +4
+ Misses 27 21 -6
- Partials 0 2 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
setFailure(`Codecov: Error importing pgp key: ${err.message}`, failCi); | ||
].join(' '); | ||
try { | ||
yield (0,external_node_child_process_namespaceObject.execSync)(command, { stdio: 'inherit' }); |
Check warning
Code scanning / CodeQL
Shell command built from environment values
external_node_path_namespaceObject.join(__dirname, 'pgp_keys.asc'), | ||
].join(' '); | ||
try { | ||
yield (0,external_node_child_process_namespaceObject.execSync)(command, { stdio: 'inherit' }); |
Check warning
Code scanning / CodeQL
Shell command built from environment values
fixes #1280