mirror of
https://github.com/codecov/codecov-action.git
synced 2026-04-06 06:29:24 +00:00
Bump to 2.0.2
This commit is contained in:
parent
f2242e1815
commit
6ab08a75e2
6 changed files with 13 additions and 8 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue