File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 2525 sudo dpkg -i packages-microsoft-prod.deb
2626 sudo apt-get update
2727 sudo apt-get install blobfuse
28- go test -covermode=count -coverprofile=profile.cov ./pkg/...
28+ go test -race - covermode=atomic -coverprofile=profile.cov ./pkg/...
2929
3030 - name : Run build test
3131 run : |
4242 export PATH=$PATH:$HOME/.local/bin
4343 make blobfuse-proxy
4444
45- - name : Get code coverage
45+ - name : Install goveralls
46+ run : go install github.com/mattn/goveralls@latest
47+
48+ - name : Send coverage
4649 env :
47- COVERALLS_TOKEN : ${{ secrets.GITHUB_TOKEN }}
48- run : |
49- GO111MODULE=off go get github.com/mattn/goveralls
50- $(go env GOPATH)/bin/goveralls -coverprofile=profile.cov -service=github
50+ COVERALLS_TOKEN : ${{ secrets.GITHUB_TOKEN }}
51+ run : goveralls -coverprofile=profile.cov -service=github
You can’t perform that action at this time.
0 commit comments