Merge pull request #288 from goccy/feature/use-action-for-codecov

Use github action instead of bash uploader for codecov
This commit is contained in:
Masaaki Goshima 2021-09-02 19:01:57 +09:00 committed by GitHub
commit 28eaf919d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -69,6 +69,7 @@ jobs:
uses: actions/checkout@v2
- name: measure coverage
run: make cover
- name: report coverage
run: |
bash <(curl -s https://codecov.io/bash)
- uses: codecov/codecov-action@v2
with:
fail_ci_if_error: true
verbose: true