ci: Add codecov/codecov-action@v1 (#136)

ci: Comment out coverallsapp/github-action@v1.0.1
This commit is contained in:
Shohei Ueda 2020-01-21 01:04:46 +09:00 committed by GitHub
parent 3317963a65
commit 94ce32ea1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,14 +76,18 @@ jobs:
name: coverage
path: coverage
- name: Upload test coverage to Coveralls
uses: coverallsapp/github-action@v1.0.1
- uses: codecov/codecov-action@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel: true
token: ${{ secrets.CODECOV_TOKEN }}
- name: Coveralls Finished
uses: coverallsapp/github-action@v1.0.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true
# - name: Upload test coverage to Coveralls
# uses: coverallsapp/github-action@v1.0.1
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}
# parallel: true
# - name: Coveralls Finished
# uses: coverallsapp/github-action@v1.0.1
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}
# parallel-finished: true