This repository was archived by the owner on Jul 6, 2019. It is now read-only.
This repository was archived by the owner on Jul 6, 2019. It is now read-only.
Set up test code coverage reports #69
Closed
Description
It seems that rust binaries can provide coverage data via kcov now that -g
is fixed (rust-lang/rust#690). The problem is that kcov doesn't run on either OS X or Linux/arm hosts (the latter is similar to SimonKagstrom/kcov#18), but works perfectly well on Linux/x86_64.
One option is to build coverage data on travis and then upload it to s3. it doesn't deal with historic coverage results though, but will provide overall coverage state for master/HEAD.