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

I am using tarpaulin with the `--follow-exec` option while running tests for my binary crate (a CLI app), and I see that the tests are incredibly slow compared to a...

So this is just a place to move the discussion from #618 to as all the other issues in that issue have been addressed. When running latest tarpaulin on zebra...

bug
Instrumentation

There are some test failures in a project I work on only under tarpaulin. We've been ignoring them for now, but I'd like to get to the bottom of it...

bug

I have a project with a lot of integration tests written in Python. These tests run against the main binary. With `--command build` I can launch the test server through...

enhancement

Especially with tracing executables, tracing things that emit or handle signals has become in need of a tidy up. Things like sending a kill or sigint to a process need...

This stems from https://github.com/xd009642/coveralls-api/issues/1 currently the code is implemented but I ideally need people using these ci tools to try it out and see if it works better with coveralls....

help wanted

Hi, we use tarpaulin in our automated build pipeline to validate our code. But we can only run it with `cargo tarpaulin --exclude headless` because when we run it with...

bug
compiler or linker bug
hacktoberfest

While trying to add code coverage to swc, I hit timeout from github actions, which is 6 hours. Without tarpaulin, it takes 13 minutes. Related PR: https://github.com/swc-project/swc/pull/634 Log; https://github.com/swc-project/swc/pull/634/checks?check_run_id=432131381

## Problem statement As a fairly big feature to introduce into tarpaulin I'm creating an issue to track things that need to be investigated/implemented/solved to achieve decision (a.k.a branch) coverage...

enhancement
BIG-TASK

I'm trying to run tarpaulin on [rav1e](https://github.com/xiph/rav1e), a video encoder for the AV1 standard, and I'm getting test failures that don't occur without tarpaulin. Specifically, I'm trying commit https://github.com/xiph/rav1e/commit/b13d079e227e8aaf9d9e1c261c868d4c96f196bb and...