Skip to content

Commit 40a99c3

Browse files
committed
removed coverage for now
1 parent 0c524d3 commit 40a99c3

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,9 @@ jobs:
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 }}

0 commit comments

Comments
 (0)