Feat: unit test coverage report
This commit is contained in:
parent
c09fc535dc
commit
6630451f8b
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@ go:
|
|||
git:
|
||||
depth: 1
|
||||
script:
|
||||
- go test -v -race -coverprofile=profile.out -covermode=atomic ./...
|
||||
- go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash) -t uuid-repo-token
|
||||
|
|
Loading…
Add table
Reference in a new issue