Pull checksums into script

This commit is contained in:
Tom Hu
2021-04-20 08:35:56 -04:00
parent 95e6f30a60
commit 50895b2a6f
5 changed files with 115 additions and 162 deletions

View File

@@ -18,7 +18,7 @@ try {
const {execArgs, options, filepath, failCi} = buildExec();
try {
const isValid = await validateUploader(body);
const isValid = validateUploader(body);
if (!isValid) {
const failure = 'Codecov failure: ' +
'Bash script checksums do not match published values. ' +