From 3a0e9b6da3cac045c4064c289a8d163f9fdd4140 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Garcia?= Date: Sat, 24 Sep 2022 11:51:21 -0300 Subject: [PATCH] Try to fix CI --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f86aec..1703e1c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,9 +20,8 @@ jobs: - name: Run Tests run: ./scripts/run-all-tests.sh - name: Run Coverage - run: bash <(curl -s https://codecov.io/bash) + run: bash <(curl -s https://uploader.codecov.io/latest/linux/codecov) env: CODECOV_TOKEN: 36be8ba6-7ef1-4ec2-b607-67c1055a62ad -