From 54a2036c6cc6a97e9ea9ced38ca06c3f47f734a6 Mon Sep 17 00:00:00 2001 From: Randy Palamar Date: Sat, 22 Feb 2025 12:31:29 -0700 Subject: ci: don't let test coverage upload fail a workflow Yes it would be better if some commits didn't have missing coverage but failing over it doesn't give us any useful info about the commit --- .github/workflows/ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/ubuntu.yml') diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 01132a4..ac31248 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -57,4 +57,4 @@ jobs: echo "Download checksum verification failed" exit 1 fi - bash < codecov + bash < codecov || true -- cgit v1.2.3