From ac9836ddff460c058e9cce315d87f8b973b79083 Mon Sep 17 00:00:00 2001 From: Brice Dobry Date: Tue, 5 Mar 2024 10:13:13 -0500 Subject: [PATCH] ci: disable `fail_ci_if_error` until codecov upload is fixed --- .github/workflows/stacks-core-tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stacks-core-tests.yml b/.github/workflows/stacks-core-tests.yml index e8d82b4dcb..5105c6535e 100644 --- a/.github/workflows/stacks-core-tests.yml +++ b/.github/workflows/stacks-core-tests.yml @@ -160,7 +160,8 @@ jobs: id: codecov uses: stacks-network/actions/codecov@main with: - fail_ci_if_error: true + # We'd like to uncomment the below line once the codecov upload is working + # fail_ci_if_error: true test-name: ${{ matrix.test-name }} upload-only: true filename: ./contrib/core-contract-tests/lcov.info