We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16c678e commit 10c5f9cCopy full SHA for 10c5f9c
Makefile
@@ -365,6 +365,7 @@ unit_test: $(ALL_SRC) ## run all unit tests
365
go test "$$dir" $(TEST_ARG) -coverprofile=$(COVER_ROOT)/"$$dir"/cover.out || failed=1; \
366
cat $(COVER_ROOT)/"$$dir"/cover.out | grep -v "mode: atomic" >> $(UT_COVER_FILE); \
367
done; \
368
+ cat $(UT_COVER_FILE) > .build/cover.out;
369
exit $$failed
370
371
integ_test_sticky_off: $(ALL_SRC)
0 commit comments