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

**Describe the bug** I have a project that uses [`wait-timeout`](https://docs.rs/wait-timeout/0.2.0/wait_timeout/) to check the timeout of some commands that are executed. By some `printf` debugging (unless there's some way to run...

Instrumentation

Hi, **Describe the bug** `rustfmt` likes to wrap long lines to multiple shorter ones. At the same time, sometimes such wrapping causes tarpaulin to report false uncovered lines. **To Reproduce**...

enhancement
Source-analysis

**Describe the bug** In some cases it appears using --follow-exec can cause test code to not run somehow. **To Reproduce** https://github.com/boustrophedon/tarpaulin_missing_coverage/commits/master The original problem I'm trying to solve is the...

bug
Instrumentation

**Describe the bug** We have a Github repository with code coverage run through tarpaulin. A new [PR](https://github.com/geo-engine/geoengine/pull/550) results in a [failing CI](https://github.com/geo-engine/geoengine/runs/6723819631?check_suite_focus=true) with the following message: "Jun 03 10:19:23.427 ERROR...

**Describe the bug** Hi there, Sometimes a structure initialization included in a coverage report but only partially. Whereas sometimes it's not included at all. ![Screenshot_2022-05-14_14-10-02](https://user-images.githubusercontent.com/20165848/168423201-054b1d40-8876-4b90-85cb-ebd87f298259.png) ![Screenshot_2022-05-14_14-04-10](https://user-images.githubusercontent.com/20165848/168423147-6ff82daa-0885-41a5-b3a9-10d27ed14959.png) I did tried to...

enhancement
Source-analysis

**Describe the bug** I use tarpaulin in a bit of an abusive way (as noted [here](https://github.com/xd009642/tarpaulin/issues/662)) - I want a breakdown of coverage per test and so i get cargo...

enhancement

I am building a Go provider for [Pruner][1] (a CLI that runs only the tests that ran through the lines you changed, saving you time). For that, I need to...

enhancement

# Describe the Bug **Possibly this is my own misunderstanding of features, but I (and friends) have scoured the documentation and cannot see how to approach this problem. If I've...

enhancement

You can set a failure-threshold per config, however only the state of the last one is reported as an error. When creating this it was intended to be a global...

Hello everyone, **Description** We recently updated our rust stack to 1.59, everything compile just fine. But when we try to collect coverage using Tarpaulin, compilation errors are occurring. We get...

bug