Skip to content

pldubouilh/rust-coverage-integration-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust coverage integration test

Coverage Status

Untitled Diagram drawio (1)

end-to-end integration-test tool for rust, that's easy to extend, and supports coverage (locally with grcov, or with hosted services)

needs a rustup component, and grcov

% rustup component add llvm-tools-preview % cargo install grcov

and then run coverage analysis report

% make -C integration-test coverage-report # browser will open with code coverage report

see Makefile in integration-test for more targets (github action comment, coveralls, etc...)

About

end-to-end integration-test tool for rust that supports local/hosted coverage

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published