Skip to content

Commit

Permalink
ci: replace codecov with coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
YanxinTang committed Aug 5, 2020
1 parent 54f1dbe commit 5cece4b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ jobs:
run: |
yarn install
yarn test --coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
- name: Coveralls
uses: coverallsapp/github-action@master
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage/clover.xml
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5cece4b

Please sign in to comment.