Fix workflow for coverage

This commit is contained in:
Masaaki Goshima 2021-03-18 17:51:23 +09:00
parent 15071b164b
commit c523402b11
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ jobs:
- name: checkout
uses: actions/checkout@v2
- name: measure coverage
run: go test -v -coverprofile=coverage.out ./ -count=1
run: make cover
- name: report coverage
run: |
bash <(curl -s https://codecov.io/bash)