Skip to content

Commit

Permalink
Fix coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
roddhjav committed Dec 10, 2018
1 parent 997583b commit e4dd86e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/commons.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ if $COVERAGE; then
KCOV="$(command -v kcov)"
[[ -e "$KCOV" ]] || _die "Could not find kcov command"
_pass() {
"$KCOV" --exclude-line='clip "$(echo,esac done' \
"$KCOV" --exclude-line='clip ",esac done' \
--include-path="$PROJECT_HOME/update.bash" \
"$TMP/$(basename "$0")" "$PASS" "${@}"
}
Expand Down
2 changes: 1 addition & 1 deletion update.bash
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ cmd_update() {
elif [[ $MULTLINE -eq 1 ]]; then
_insert "$path"
else
cmd_generate "$path" "$LENGTH" $SYMBOLS $CLIP "--in-place" || exit 1
cmd_generate "$path" "$LENGTH" $SYMBOLS $CLIP '--in-place' || exit 1
fi
else
cmd_edit "$path"
Expand Down

0 comments on commit e4dd86e

Please sign in to comment.