Skip to content
This repository has been archived by the owner on May 26, 2020. It is now read-only.

Celeo/docker_rust_and_kcov

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Docker image with Rust and kcov

Running the image

docker run -it --rm --security-opt seccomp=unconfined celeo/rust_and_kcov

Running kcov

  1. Launch a container
  2. Clone your git repo somewhere
  3. Run cargo test --no-run in the project directory
  4. Run kcov cov --exclude-pattern=/.cargo target/debug/your_project_name in the project directory

Uploading coverage to CodeCov can be then done with bash <(curl -s https://codecov.io/bash) -s cov.

Releases

No releases published

Packages

No packages published