This commit is contained in:
kayos@tcp.direct 2022-03-11 23:06:53 -08:00
parent e6ab8cbd53
commit 28c6a6193d
Signed by: kayos
GPG Key ID: 4B841471B4BEE979

View File

@ -13,6 +13,6 @@ jobs:
with:
go-version: '1.17'
- name: Run coverage
run: go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
run: go test -v -coverprofile=coverage.txt -covermode=atomic ./...
- name: Upload coverage to Codecov
run: bash <(curl -s https://codecov.io/bash)