Skip to content

Commit

Permalink
chore: fix no go files
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyoucao577 committed May 16, 2021
1 parent 7cc2c08 commit 7677aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
with:
go-version: '1.16'
- name: Run coverage
run: go test -race -coverprofile=coverage.txt -covermode=atomic
run: go test ./... -race -coverprofile=coverage.txt -covermode=atomic
- name: Upload coverage to Codecov
run: bash <(curl -s https://codecov.io/bash)

0 comments on commit 7677aa2

Please sign in to comment.