We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eade4d commit 3c5c6caCopy full SHA for 3c5c6ca
Makefile
@@ -47,7 +47,7 @@ proper:
47
.PHONY: proper-cover
48
proper-cover:
49
mkdir -p coverage
50
- QUICER_TEST_COVER=1 $(REBAR) as test proper -c -n 1000
+ QUICER_TEST_COVER=1 $(REBAR) as test proper -c -n 1000 --noshrink
51
lcov -c --directory c_build/CMakeFiles/quicer_nif.dir/c_src/ \
52
--exclude "${PWD}/msquic/src/inc/*" \
53
--output-file ./coverage/proper-lcov.info
0 commit comments