correct go test folder for travis
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user