Skip to content

Commit 3c5c6ca

Browse files
committed
ci(cover): proper cover -noshrink
1 parent 5eade4d commit 3c5c6ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ proper:
4747
.PHONY: proper-cover
4848
proper-cover:
4949
mkdir -p coverage
50-
QUICER_TEST_COVER=1 $(REBAR) as test proper -c -n 1000
50+
QUICER_TEST_COVER=1 $(REBAR) as test proper -c -n 1000 --noshrink
5151
lcov -c --directory c_build/CMakeFiles/quicer_nif.dir/c_src/ \
5252
--exclude "${PWD}/msquic/src/inc/*" \
5353
--output-file ./coverage/proper-lcov.info

0 commit comments

Comments
 (0)