Skip to content

Commit

Permalink
[ci] Don't fail CI jobs if code coverage upload fails.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisCummins committed Sep 29, 2021
1 parent 4ba9a7a commit d85eabf
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,6 @@ jobs:

- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v2
with:
fail_ci_if_error: true
verbose: true
test-macos:
needs: build-macos
runs-on: macos-latest
Expand Down Expand Up @@ -138,9 +135,6 @@ jobs:

- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v2
with:
fail_ci_if_error: true
verbose: true
test-llvm-env-linux:
needs: build-linux
runs-on: ubuntu-latest
Expand Down Expand Up @@ -175,9 +169,6 @@ jobs:

- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v2
with:
fail_ci_if_error: true
verbose: true
test-llvm-env-macos:
needs: build-macos
runs-on: macos-latest
Expand Down Expand Up @@ -212,9 +203,6 @@ jobs:

- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v2
with:
fail_ci_if_error: true
verbose: true
test-gcc-env-linux:
needs: build-linux
runs-on: ubuntu-latest
Expand Down Expand Up @@ -249,9 +237,6 @@ jobs:

- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v2
with:
fail_ci_if_error: true
verbose: true
test-gcc-env-linux-no-docker:
needs: build-linux
runs-on: ubuntu-latest
Expand Down Expand Up @@ -288,9 +273,6 @@ jobs:

- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v2
with:
fail_ci_if_error: true
verbose: true

test-gcc-env-macos:
needs: build-macos
Expand Down Expand Up @@ -327,9 +309,6 @@ jobs:

- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v2
with:
fail_ci_if_error: true
verbose: true

test-gcc-env-macos-no-docker:
needs: build-macos
Expand Down Expand Up @@ -361,9 +340,6 @@ jobs:

- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v2
with:
fail_ci_if_error: true
verbose: true

test-loop_tool-env-linux:
needs: build-linux
Expand Down Expand Up @@ -395,9 +371,6 @@ jobs:

- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v2
with:
fail_ci_if_error: true
verbose: true

test-loop_tool-env-macos:
needs: build-macos
Expand Down Expand Up @@ -434,9 +407,6 @@ jobs:

- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v2
with:
fail_ci_if_error: true
verbose: true

test-examples-linux:
needs: build-linux
Expand Down Expand Up @@ -472,9 +442,6 @@ jobs:

- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v2
with:
fail_ci_if_error: true
verbose: true

test-examples-macos:
needs: build-macos
Expand Down Expand Up @@ -510,9 +477,6 @@ jobs:

- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v2
with:
fail_ci_if_error: true
verbose: true

build-asan-llvm-service:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d85eabf

Please sign in to comment.