From 0b475ae84096b4654c95306f97da99d532b4c6c5 Mon Sep 17 00:00:00 2001 From: aytekin Date: Tue, 14 Feb 2023 16:49:33 -0600 Subject: [PATCH] feat: codecov execution updated --- .buddy/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.buddy/ci.yml b/.buddy/ci.yml index 5157f40..c312954 100644 --- a/.buddy/ci.yml +++ b/.buddy/ci.yml @@ -21,7 +21,9 @@ - 'npm ci --ignore-scripts' - 'npm rebuild' - 'npm run cover' - - 'bash <(curl -s https://codecov.io/bash)' + - 'curl -Os https://uploader.codecov.io/latest/linux/codecov' + - 'chmod +x codecov' + - './codecov -t ${CODECOV_TOKEN} -R .nyc_output' volume_mappings: - '/:/buddy/clutch-assert' cache_base_image: true