We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f928b9e commit 31cbd91Copy full SHA for 31cbd91
Makefile
@@ -85,7 +85,7 @@ summary: all_counts
85
86
gcov.log: all_tests
87
gcov $(LOG_DIR)/*.gcda > gcov.log
88
- ls
+ cat gcov.log
89
90
test: summary
91
@if [ -f fail ]; then echo "Test failures detected!"; exit 1; fi
0 commit comments