github.com/csi-driver/blobfuse-csi-driver@v0.5.0/.travis.yml (about)

     1  language: go
     2  go_import_path: sigs.k8s.io/blobfuse-csi-driver
     3  dist: bionic
     4  
     5  go:
     6    - "1.12.1"
     7  
     8  before_install:
     9    - GO111MODULE=off go get github.com/mattn/goveralls
    10  
    11  script:
    12    - go test -covermode=count -coverprofile=profile.cov ./pkg/...
    13    - $GOPATH/bin/goveralls -coverprofile=profile.cov -service=travis-ci