From 6c409ceefb7dd39f55525c0503188540b1bf0721 Mon Sep 17 00:00:00 2001 From: Tyler Hutcherson Date: Wed, 15 May 2024 10:25:29 -0400 Subject: [PATCH] temporarily disable codecov failures --- .github/workflows/run_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index c5c389a9..10346b7d 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -92,4 +92,4 @@ jobs: with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.xml - fail_ci_if_error: true \ No newline at end of file + fail_ci_if_error: false \ No newline at end of file