summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-07-03 17:20:16 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-07-03 18:56:54 +0200
commitae188463d4699253c94b4b176174a0d9e3146bbf (patch)
treef52b9a395e6dcdbab377565c927df7946252c248
parent81afc1eddfdb10e81c80f316dca38b055d9a5ee3 (diff)
downloadqutebrowser-ae188463d4699253c94b4b176174a0d9e3146bbf.tar.gz
qutebrowser-ae188463d4699253c94b4b176174a0d9e3146bbf.zip
ci: Don't fail on coverage upload
Seems to fail randomly...
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0cfdec9ae..cc684e47d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -158,7 +158,6 @@ jobs:
uses: codecov/codecov-action@v1
with:
name: "${{ matrix.testenv }}"
- fail_ci_if_error: true
codeql:
runs-on: ubuntu-latest