From 8a111dc9775a3fb892c99ef37f452e2caff0b30c Mon Sep 17 00:00:00 2001 From: William Beuil Date: Wed, 21 Apr 2021 10:23:21 +0200 Subject: [PATCH] Add ignore-missing flag --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8711ae40..2c73548e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -84,7 +84,7 @@ jobs: command: | curl -s -o codecov https://codecov.io/bash \ && VERSION=$(grep 'VERSION=\".*\"' codecov | cut -d'"' -f2) \ - && shasum -a 512 -c <(curl -s https://raw.githubusercontent.com/codecov/codecov-bash/${VERSION}/SHA512SUM) + && shasum -a 512 -c --ignore-missing <(curl -s https://raw.githubusercontent.com/codecov/codecov-bash/${VERSION}/SHA512SUM) - run: name: Codecov upload command: |