Skip to content

Commit

Permalink
Disable codecov CI failure check
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianonicolai committed Feb 12, 2024
1 parent 6e5583e commit 6b76d95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ jobs:
with:
name: ${{ matrix.passed_name }}
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
verbose: true
fail_ci_if_error: false # optional (default = false)
verbose: true # optional (default = false)

- name: Archive logs
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 6b76d95

Please sign in to comment.