Bump to 2.0.2

This commit is contained in:
Tom Hu
2021-07-22 11:21:24 -07:00
parent f2242e1815
commit 6ab08a75e2
6 changed files with 13 additions and 8 deletions

View File

@@ -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 {