mirror of https://github.com/goccy/go-json.git
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:
commit
28eaf919d5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue