Update build.yml

This commit is contained in:
Justin Hammond 2021-09-21 23:35:34 +08:00 committed by GitHub
parent 154ebc43a1
commit c2d63018df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v1
- name: Run tests
run: go test -v -race -covermode=atomic -coverprofile=coverage.out
run: go test -v -race -covermode=atomic -coverprofile=coverage
- name: Upload coverage to Codecov
run: bash <(curl -s https://codecov.io/bash)