Skip to content

Commit c1237a2

Browse files
committed
Fix typo in code coverage config
1 parent ee3507b commit c1237a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/ci-report-coverage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if [ "x$COVERAGE" = "xyes" ]; then
1111
--exclude utf8.h --exclude utf8_string.cpp
1212
--exclude sass2scss.h --exclude sass2scss.cpp
1313
--exclude test --exclude posix
14-
--exlcude debugger.hpp"
14+
--exclude debugger.hpp"
1515
# debug via gcovr
1616
gcov -v
1717
gcovr -r .

0 commit comments

Comments
 (0)