add xvfb run codecov test

This commit is contained in:
vcaesar 2020-02-20 11:37:25 -04:00
parent 2e6aa4b0bd
commit fe67159aac

View File

@ -20,5 +20,5 @@ jobs:
- run: go get -v -t -d ./...
- run: xvfb-run go test -v ./...
# codecov.io
- run: go test -v -covermode=count -coverprofile=coverage.out
- run: xvfb-run go test -v -covermode=count -coverprofile=coverage.out
- run: bash <(curl -s https://codecov.io/bash)