Skip to content

Commit

Permalink
GHA: Do not ignore upload failures (#3955)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Dec 20, 2023
1 parent 185ec05 commit 6a484b4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,17 +137,14 @@ jobs:
uses: codecov/codecov-action@v3
with:
name: ${{ matrix.passed_name }}
fail_ci_if_error: false # see https://github.com/codecov/codecov-action/issues/598
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true # optional (default = false)

- name: Archive logs
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: logs.zip
path: .tox/**/log/
# https://github.com/actions/upload-artifact/issues/123
continue-on-error: true

- name: Report failure if git reports dirty status
run: |
Expand Down

0 comments on commit 6a484b4

Please sign in to comment.