mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-11 04:41:38 +00:00
Bump to 2.0.2
This commit is contained in:
@@ -54,8 +54,8 @@ const verify = async (filename: string) => {
|
||||
const hash = `${uploaderSha.digest('hex')} ${uploaderName}`;
|
||||
if (hash !== shasum) {
|
||||
setFailure(
|
||||
'Codecov: Uploader shasum does not match ' +
|
||||
`uploader hash: ${hash}, public hash: ${shasum}`,
|
||||
'Codecov: Uploader shasum does not match\n' +
|
||||
`uploader hash: ${hash}\npublic hash: ${shasum}`,
|
||||
true,
|
||||
);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user