We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f470c0 commit bbfbc05Copy full SHA for bbfbc05
.gitlab-ci.yml
@@ -15,7 +15,7 @@ test:
15
LRED_TEXT: "\e[91m"
16
NORMAL_TEXT: "\e[0m"
17
tags:
18
- - ruby
+ - cpp
19
script:
20
- LEAKCHECK=1 make
21
- make coverage
Makefile
@@ -92,7 +92,7 @@ summary: all_counts
92
@rm -f lcount
93
94
gcov.log: all_tests
95
- @gcov *.gcda > gcov.log
+ @gcov $(LOG_DIR)/*.gcda > gcov.log
96
97
coverage: gcov.log
98
tail gcov.log -n 1
0 commit comments