Fix: failed unit test due to setting name change

This commit is contained in:
HFO4
2020-01-15 16:10:25 +08:00
parent 90f82100cf
commit 098aa0a0c0
3 changed files with 8 additions and 6 deletions

View File

@@ -4,6 +4,6 @@ go:
git:
depth: 1
script:
- go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
- go test -race -coverprofile=coverage.txt -covermode=atomic ./...
after_success:
- bash <(curl -s https://codecov.io/bash)