File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ __KCOV_DEV_PACKAGES=(
20
20
)
21
21
readonly __KCOV_DEV_PACKAGES
22
22
readonly __KCOV_URL=' https://github.com/SimonKagstrom/kcov'
23
- readonly __KCOV_VERSION=' master '
23
+ readonly __KCOV_VERSION=' v35 '
24
24
25
25
# Downloads and compiles kcov if necessary, then runs tests under kcov
26
26
#
@@ -63,7 +63,8 @@ run_kcov() {
63
63
return 1
64
64
fi
65
65
66
- local kcov_flags=(" --include-pattern=$include_pattern "
66
+ local kcov_flags=(' --bash-dont-parse-binary-dir'
67
+ " --include-pattern=$include_pattern "
67
68
" --exclude-pattern=$exclude_pattern " )
68
69
local send_to_coveralls=' false'
69
70
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ RUN_KCOV_ARGV=(
16
16
KCOV_PATH=" $KCOV_DIR /src/kcov"
17
17
KCOV_ARGV_START=(
18
18
" $KCOV_PATH "
19
+ ' --bash-dont-parse-binary-dir'
19
20
" --include-pattern=$KCOV_INCLUDE_PATTERNS "
20
21
" --exclude-pattern=$KCOV_EXCLUDE_PATTERNS "
21
22
)
You can’t perform that action at this time.
0 commit comments