Skip to content

Commit

Permalink
build: upgrade codecov-action and disable failing_ci_if_error (apache…
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmud authored and zhaoyongjie committed Nov 17, 2021
1 parent 2dec20c commit 83f098a
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ on:
jobs:
build:
name: Build and test

runs-on: ubuntu-latest
runs-on: ubuntu-18.04
env:
CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}"

strategy:
matrix:
Expand Down Expand Up @@ -58,6 +59,5 @@ jobs:
run: yarn test

- name: Report code coverage
uses: codecov/codecov-action@v1
with:
fail_ci_if_error: true
run: curl -s https://codecov.io/bash | bash

0 comments on commit 83f098a

Please sign in to comment.