File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 2323
2424 - name : build and test
2525 run : |
26- chmod 0600 ./pkg/executor/testdata/test_ssh_key
27- go test -v -timeout=100s -covermode=count -coverprofile=$GITHUB_WORKSPACE/profile.cov_tmp ./...
28- cat $GITHUB_WORKSPACE/profile.cov_tmp | grep -v "mocks" | grep -v "_mock" > $GITHUB_WORKSPACE/profile.cov
26+ go test -v -timeout=100s
2927
3028 - name : golangci-lint
3129 uses : golangci/golangci-lint-action@v6
3230 with :
3331 version : latest
34-
35- # - name: install goveralls
36- # run: go install github.com/mattn/goveralls@latest
37-
38- # - name: submit coverage
39- # run: $(go env GOPATH)/bin/goveralls -service="github" -coverprofile=$GITHUB_WORKSPACE/profile.cov
40- # env:
41- # COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments