Skip to content

Commit

Permalink
Disable CodeCov
Browse files Browse the repository at this point in the history
  • Loading branch information
ylep authored Jul 2, 2024
1 parent 514eb68 commit 02219f7
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/tox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,11 @@ jobs:
run: |
tox
# 2024-07-02: disable CodeCov (temporarily?), uploads do not work even with a token
# Code coverage is run on Python 3.10, see tox.ini
- if: ${{ matrix.python-version == '3.10' }}
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true # optional (default = false)
verbose: true # optional (default = false)
#- if: ${{ matrix.python-version == '3.10' }}
# uses: codecov/codecov-action@v4
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
# fail_ci_if_error: true # optional (default = false)
# verbose: true # optional (default = false)

0 comments on commit 02219f7

Please sign in to comment.