Skip to content

Commit 74847f4

Browse files
committed
Remove debugger.hpp from code coverage analysis
1 parent 4689843 commit 74847f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

script/ci-report-coverage

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ if [ "x$COVERAGE" = "xyes" ]; then
1010
--exclude utf8 --exclude utf8_string.hpp
1111
--exclude utf8.h --exclude utf8_string.cpp
1212
--exclude sass2scss.h --exclude sass2scss.cpp
13-
--exclude test --exclude posix"
13+
--exclude test --exclude posix
14+
--exlcude debugger.hpp"
1415
# debug via gcovr
1516
gcov -v
1617
gcovr -r .

0 commit comments

Comments
 (0)