From 2564667e350dde671b8208b604e46437c3494548 Mon Sep 17 00:00:00 2001 From: dnomadb Date: Thu, 22 Apr 2021 14:46:41 -0700 Subject: [PATCH] dont run codecov --- .travis.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4955a54..4783abf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -141,9 +141,11 @@ matrix: - mason install llvm-cov ${MASON_LLVM_RELEASE} - mason link llvm-cov ${MASON_LLVM_RELEASE} - which llvm-cov - - curl -S -f https://codecov.io/bash -o codecov - - chmod +x codecov - - ./codecov -x "llvm-cov gcov" -Z +# - NOTE: we are disabling the codecov bash uploader due to https://about.codecov.io/security-update/ +# + - This should be replaced with the node uploader in the future +# - curl -S -f https://codecov.io/bash -o codecov +# - chmod +x codecov +# - ./codecov -x "llvm-cov gcov" -Z # Clang format build - os: linux # can be generic since we don't need nodejs to run formatting