Skip to content

Commit

Permalink
Disable codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
rvlb committed Apr 15, 2021
1 parent 9c8932c commit 7d07a07
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7d07a07

Please sign in to comment.