1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-02-04 12:52:28 +08:00

update: update go test command in workflows/codecov.yml

This commit is contained in:
dudaodong
2021-12-14 11:02:19 +08:00
parent 143aba7112
commit 26b59dd56b

View File

@@ -17,6 +17,6 @@ jobs:
with:
go-version: "1.16"
- 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)