File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -130,6 +130,7 @@ macro(build_luajit LJ_VERSION)
130
130
set (LUA_LIBRARIES bundled-liblua )
131
131
set (LUA_INCLUDE_DIR ${LJ_SOURCE_DIR} /src/ )
132
132
set (LUA_VERSION_STRING "LuaJIT ${LJ_VERSION} " )
133
+ set (LUA_SOURCE_DIR ${LJ_SOURCE_DIR} )
133
134
134
135
unset (LJ_SOURCE_DIR )
135
136
unset (LJ_BINARY_DIR )
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ endif()
18
18
19
19
# See https://gcovr.com/en/stable/manpage.html.
20
20
set (GCOVR_OPTIONS
21
- --branches
21
+ --txt-metric branch
22
22
--cobertura ${COVERAGE_XML_REPORT}
23
23
--decisions
24
24
--gcov-executable "llvm-cov gcov"
@@ -29,7 +29,7 @@ set(GCOVR_OPTIONS
29
29
--output ${COVERAGE_HTML_REPORT}
30
30
--print-summary
31
31
--root ${LUA_SOURCE_DIR}
32
- --sort-percentage
32
+ --sort-key uncovered-percent
33
33
)
34
34
35
35
if (USE_LUA )
You can’t perform that action at this time.
0 commit comments