ci: Don't fail on coverage upload

Seems to fail randomly...
This commit is contained in:
Florian Bruhin 2020-07-03 17:20:16 +02:00
parent 81afc1eddf
commit ae188463d4
1 changed files with 0 additions and 1 deletions

View File

@ -158,7 +158,6 @@ jobs:
uses: codecov/codecov-action@v1
with:
name: "${{ matrix.testenv }}"
fail_ci_if_error: true
codeql:
runs-on: ubuntu-latest