Skip to content

Commit ee41511

Browse files
authored
Merge branch 'master' into v1.2.x
2 parents 83f1d9c + 10c5f9c commit ee41511

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,7 @@ unit_test: $(ALL_SRC) ## run all unit tests
365365
go test "$$dir" $(TEST_ARG) -coverprofile=$(COVER_ROOT)/"$$dir"/cover.out || failed=1; \
366366
cat $(COVER_ROOT)/"$$dir"/cover.out | grep -v "mode: atomic" >> $(UT_COVER_FILE); \
367367
done; \
368+
cat $(UT_COVER_FILE) > .build/cover.out;
368369
exit $$failed
369370

370371
integ_test_sticky_off: $(ALL_SRC)

0 commit comments

Comments
 (0)