Skip to content

Commit

Permalink
Disable automatic upload to CodeCov for now
Browse files Browse the repository at this point in the history
  • Loading branch information
fjwillemsen committed Sep 18, 2023
1 parent 09aa0e9 commit 258e003
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test-python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
- name: Run tests with Nox
uses: fjwillemsen/setup-nox2@v3.0.0
- run: nox
- name: Upload Coverage report to CodeCov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage
os: ${{ matrix.os }}
fail_ci_if_error: false # option to Specify if CI pipeline should fail when Codecov runs into errors during upload
# - name: Upload Coverage report to CodeCov
# uses: codecov/codecov-action@v3
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
# files: ./coverage
# os: ${{ matrix.os }}
# fail_ci_if_error: false # option to Specify if CI pipeline should fail when Codecov runs into errors during upload

0 comments on commit 258e003

Please sign in to comment.