Skip to content

Commit ee3507b

Browse files
committed
Merge pull request #1014 from xzyfer/cleanup/remove-debugger-from-coverage
Remove debugger.hpp from code coverage analysis
2 parents 4689843 + 74847f4 commit ee3507b

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)