Skip to content

Commit

Permalink
Merge pull request #1834 from python-gitlab/jlvillal/cover_no_fail
Browse files Browse the repository at this point in the history
ci: don't fail CI if unable to upload the code coverage data
  • Loading branch information
nejch committed Jan 13, 2022
2 parents 8b14ff0 + d5b3744 commit da30753
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -79,7 +79,7 @@ jobs:
with:
files: ./coverage.xml
flags: ${{ matrix.toxenv }}
fail_ci_if_error: true
fail_ci_if_error: false

coverage:
runs-on: ubuntu-20.04
Expand All @@ -101,4 +101,4 @@ jobs:
with:
files: ./coverage.xml
flags: unit
fail_ci_if_error: true
fail_ci_if_error: false

0 comments on commit da30753

Please sign in to comment.