From 7d07a07a12fc6889100aff3bab916201bfee04f2 Mon Sep 17 00:00:00 2001 From: rvlb-19 Date: Thu, 15 Apr 2021 15:32:24 -0300 Subject: [PATCH] Disable codecov --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f0c63a2..fa283a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,8 +45,8 @@ jobs: name: tox-gh-actions-coverage path: coverage.xml if-no-files-found: error - - name: Upload coverage.xml to codecov - if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == '3.9' && matrix.pytorch-version == '1.8' }} - uses: codecov/codecov-action@v1 - with: - fail_ci_if_error: true + #- name: Upload coverage.xml to codecov + # if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == '3.9' && matrix.pytorch-version == '1.8' }} + # uses: codecov/codecov-action@v1 + # with: + # fail_ci_if_error: true