File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -140,11 +140,11 @@ coverage:
140
140
fi
141
141
echo " mode: set" > coverage.all
142
142
for PKG in $( PACKAGES) ; do\
143
- egrep " $$ PKG[^/]*\.go " integration.coverage.out > int .coverage.out; \
144
- gocovmerge $$ GOPATH/src/ $$ PKG/coverage.out int .coverage.out > pkg .coverage.out; \
145
- grep -h -v " ^mode: " pkg. coverage.out >> coverage.all ; \
146
- mv pkg.coverage.out $$ GOPATH/src/ $$ PKG/ coverage.out ; \
147
- rm int .coverage.out; \
143
+ echo " mode: set " > pkg_integration .coverage.out; \
144
+ egrep " $$ PKG/[^/]*\.go " integration .coverage.out >> pkg_integration .coverage.out; \
145
+ gocovmerge $$ GOPATH/src/ $$ PKG/ coverage.out pkg_integration. coverage.out \
146
+ | grep -h -v " ^mode: " >> coverage.all ; \
147
+ rm pkg_integration .coverage.out; \
148
148
done ;
149
149
150
150
.PHONY : unit-test-coverage
You can’t perform that action at this time.
0 commit comments