From 507ad44f5e55cd63b1ba946ef493860e1a732736 Mon Sep 17 00:00:00 2001 From: Matt Shirley Date: Fri, 30 Jun 2023 10:05:43 -0400 Subject: [PATCH] Update codecov action --- .github/workflows/main.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d64c373..f4f5202 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -77,6 +77,11 @@ jobs: python3 -m pip install -r requirements.txt cp config_template.yaml config.yaml python3 bedrunall.py --tool pyfaidx BED03 ./ - - - name: upload coverage report to codecov - uses: codecov/codecov-action@v3.1.1 + + - name: Upload coverage to Codecov + uses: codecov/codecov-action@v3 + continue-on-error: true + with: + fail_ci_if_error: true + files: ./coverage.xml + verbose: true