correct go test folder for travis
This commit is contained in:
parent
7e8a3e7e65
commit
f20a9b81f8
|
@ -11,5 +11,5 @@ install:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- go build -o wings
|
- go build -o wings
|
||||||
- go test -coverprofile=coverage.out
|
- go test -coverprofile=coverage.out ./...
|
||||||
- godacov -t $CODACY_TOKEN -r ./coverage.out -c $TRAVIS_COMMIT
|
- godacov -t $CODACY_TOKEN -r ./coverage.out -c $TRAVIS_COMMIT
|
||||||
|
|
Loading…
Reference in New Issue
Block a user