mirror of https://github.com/goccy/go-json.git
Measure coverage
This commit is contained in:
parent
cc45937ab1
commit
1b13407cee
|
@ -19,7 +19,11 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: go test -v ./ -count=1
|
run: go test -v -coverprofile=coverage.out ./ -count=1
|
||||||
|
|
||||||
|
- name: Report coverage
|
||||||
|
run: |
|
||||||
|
bash <(curl -s https://codecov.io/bash)
|
||||||
|
|
||||||
# - name: Test with GC
|
# - name: Test with GC
|
||||||
# run: go test -v ./ -count=1
|
# run: go test -v ./ -count=1
|
||||||
|
|
Loading…
Reference in New Issue