pldubouilh / rust-coverage-integration-test

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Makefile 55.3%Language:Rust 44.7%