From fab268f7727683ff3465662239bf9c90adb19ad5 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Fri, 26 Jul 2024 10:39:08 -0400 Subject: [PATCH] CI: Change to action-based codecov upload --- ci/ci-script.bash | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/ci-script.bash b/ci/ci-script.bash index a95456f8d..bee825161 100755 --- a/ci/ci-script.bash +++ b/ci/ci-script.bash @@ -192,9 +192,10 @@ elif [ "$CI_BUILD_STAGE_NAME" = "test" ]; then fatal "Unknown test: $TESTS" ;; esac + # 22.04: ccache -s -v ccache -s - fi + else ############################################################################## # Unknown build stage