Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

thomasrockhu-codecov
Copy link
Contributor

@thomasrockhu-codecov thomasrockhu-codecov commented May 14, 2024

fixes #1280

Copy link

codecov bot commented May 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.58%. Comparing base (b71af43) to head (f3deb6b).

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     
Flag Coverage Δ
demo 92.58% <ø> (+1.29%) ⬆️
macos-latest 92.58% <ø> (+1.29%) ⬆️
macos-latest-xlarge 92.58% <ø> (+1.29%) ⬆️
script 92.58% <ø> (+1.29%) ⬆️
ubuntu-latest 92.58% <ø> (+1.29%) ⬆️
version 92.58% <ø> (+1.29%) ⬆️
windows-latest 92.58% <ø> (+1.29%) ⬆️

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.

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

This shell command depends on an uncontrolled [absolute path](1). This shell command depends on an uncontrolled [absolute path](2).
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

This shell command depends on an uncontrolled [absolute path](1).
@thomasrockhu-codecov thomasrockhu-codecov changed the title fix: first pass remove gpg fix: remove GPG and run on spawn May 14, 2024
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.

[v4] Error: Write EPIPE
2 participants