Bump to 2.0.2

This commit is contained in:
Tom Hu 2021-07-22 11:21:24 -07:00
parent f2242e1815
commit 6ab08a75e2
No known key found for this signature in database
GPG key ID: F7E832BD316D5603
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 {