Skip to content

Commit

Permalink
update: update go test command in workflows/codecov.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
duke-git committed Dec 14, 2021
1 parent 143aba7 commit 26b59dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 26b59dd

Please sign in to comment.