Skip to content
This repository has been archived by the owner on Dec 15, 2018. It is now read-only.

adding kcov #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ci/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ main() {
--git japaric/cross \
--tag $tag \
--target $target

cargo install kcov
}

main
4 changes: 2 additions & 2 deletions ci/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ main() {
return
fi

cross test --target $TARGET
cross test --target $TARGET --release
cross kcov --target $TARGET
cross kcov --target $TARGET --release

# TODO: uncommented when binaries are available
#cross run --target $TARGET
Expand Down