CI: Change to action-based codecov upload

This commit is contained in:
Wilson Snyder 2024-07-26 10:39:08 -04:00
parent 550d47b7f4
commit fab268f772

View File

@ -192,9 +192,10 @@ elif [ "$CI_BUILD_STAGE_NAME" = "test" ]; then
fatal "Unknown test: $TESTS" fatal "Unknown test: $TESTS"
;; ;;
esac esac
# 22.04: ccache -s -v # 22.04: ccache -s -v
ccache -s ccache -s
fi
else else
############################################################################## ##############################################################################
# Unknown build stage # Unknown build stage