solana/ci/docker-rust
Greg Fitzgerald 9c0fa4d1d2
Upload coverage HTML reports (#1421)
Uploads two reports to Buildkite, one from cargo-cov and one from lcov via grcov.  The lcov one is busted on linux and is what we need to bring codecov.io back up again. It works great on macos if you wanted to generate them locally and prefer lcov HTML reports.

* Also comment out non-coverage build to speed things up.
2018-10-05 10:17:35 -07:00
..
Dockerfile Upload coverage HTML reports (#1421) 2018-10-05 10:17:35 -07:00
README.md Add docker-rust image 2018-07-30 16:36:26 -07:00
build.sh Refine docker image tagging to avoid breaking stabilization branches on updates 2018-09-07 18:42:25 -07:00

README.md

Docker image containing rust and some preinstalled packages used in CI.

This image may be manually updated by running ./build.sh if you are a member of the Solana Labs Docker Hub organization, but it is also automatically updated periodically by this automation.