mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-17 15:09:59 +00:00
Fix code coverage issue (#204)
This commit is contained in:
committed by
Adrian Gallagher
parent
19f65df236
commit
e104d29028
@@ -21,6 +21,6 @@ matrix:
|
||||
install: true
|
||||
|
||||
script:
|
||||
- go test -race -coverprofile=./testdata/coverage.txt -covermode=atomic ./...
|
||||
- go test -race -coverprofile=coverage.txt -covermode=atomic ./...
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
||||
1313
testdata/coverage.txt
vendored
1313
testdata/coverage.txt
vendored
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user