File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -36,17 +36,17 @@ jobs:
3636 run : |
3737 make setup/ginkgo
3838 go mod tidy
39- - name : Run Unit Tests
40- run : |
41- echo "commenting for now"
42- # make test
43- - name : Run Code Coverage
44- run : goveralls -coverprofile=coverage.out -service=circle-ci -repotoken ${{ secrets.COVERALLS_TOKEN }}
45- - name : Upload Coverage artifacts
46- 47- with :
48- name : coverage.out
49- path : coverage.out
39+ # - name: Run Unit Tests
40+ # run: |
41+ # echo "commenting for now"
42+ # # make test
43+ # - name: Run Code Coverage
44+ # run: goveralls -coverprofile=coverage.out -service=circle-ci -repotoken ${{ secrets.COVERALLS_TOKEN }}
45+ # - name: Upload Coverage artifacts
46+ 47+ # with:
48+ # name: coverage.out
49+ # path: coverage.out
5050 build-operator-image :
5151 runs-on : ubuntu-latest
5252 needs : unit-tests
You can’t perform that action at this time.
0 commit comments