Skip to content

Commit

Permalink
Upload coverage: continue on error to avoid false negative on main br…
Browse files Browse the repository at this point in the history
…anch (#2903)

Signed-off-by: Tao He <linzhu.ht@alibaba-inc.com>
  • Loading branch information
sighingnow committed Jun 15, 2023
1 parent 513155c commit 612bd7f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gae.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ jobs:
uses: codecov/codecov-action@v3
with:
file: ./python/coverage.xml
fail_ci_if_error: true
continue-on-error: true
2 changes: 1 addition & 1 deletion .github/workflows/k8s-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ jobs:
uses: codecov/codecov-action@v3
with:
file: ./python/coverage.xml
fail_ci_if_error: false
continue-on-error: true

- name: HDFS test
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/local-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ jobs:
uses: codecov/codecov-action@v3
with:
file: ./coverage.xml
fail_ci_if_error: false
continue-on-error: true

networkx-basic-test:
runs-on: ubuntu-20.04
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/networkx-forward-algo-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
uses: codecov/codecov-action@v3
with:
file: ./python/coverage.xml
fail_ci_if_error: true
continue-on-error: true
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ jobs:
if: matrix.os == 'ubuntu-20.04'
with:
file: ./python/coverage.xml
fail_ci_if_error: true
continue-on-error: true
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
- name: Extract Tag Name
id: tag
run: echo "TAG=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT

- name: Upload Charts to OSS
uses: tvrcgo/upload-to-oss@master
with:
Expand Down

0 comments on commit 612bd7f

Please sign in to comment.