tarpaulin icon indicating copy to clipboard operation
tarpaulin copied to clipboard

A code coverage tool for Rust projects

Results 101 tarpaulin issues
Sort by recently updated
recently updated
newest added

This is a tracking issue for OSX support on tarpaulin * [x] Figure out why my OSX tests don't have the `__debug_info` section * [x] Update nix and libc to...

enhancement
tracking-issue
BIG-TASK

The setup tasks in `process_handling::linux::execute` can be achieved for `std::process::Command` through `std::process::Command::pre_exec` (as demonstrated by https://github.com/luser/spawn-ptrace). This means that the `TestHandle::Id` handle is no longer necessary, as the ptraced child...

This PR started as an experiment to remove `chrono` due to a regression introduced by 0.4.20. It has grown into a larger effort to separate the output report formats into...

**Describe the bug** Using combinators (`and_then`, `or_else`)), coverage seems to not report the initial line before the combinator. **To Reproduce** ```rust pub struct Parser; impl Parser { pub fn new()...

accuracy

So when llvm coverage instrumentation is stable on rust we can look at removing the ptrace based coverage completely and instead relying on llvm and rustc to help. This has...

tracking-issue

**Describe the bug** Test case using tokio's Command to spawn a child process is stuck waiting for the future to complete. This did not happen in tarpaulin 0.16.0 and repros...

bug

In my CI environment I'm making use of multistaged Docker files to cache dependencies with `cargo chef`. As my integrationt tests depend on some external resources I do not execute...

I'm trying to set up & configure tarpaulin under GitHub Actions with Codecov. At first, the only problem was that my binary crate wasn't marked as covered despite being tested...

So windows support will need some fiddling around with statemachine. Probably moving it into it's own module with a submodule for windows and linux. For the windows side of things...

enhancement
tracking-issue
hacktoberfest
BIG-TASK