From c01e07b8d49f028ca8ad95b66e0bf60e43e9b517 Mon Sep 17 00:00:00 2001 From: xd009642 Date: Sat, 23 Sep 2017 22:48:26 +0100 Subject: [PATCH] Update README.md Added cargo-tarpaulin to development tools/testing for code coverage. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81812e4..5c19a7e 100644 --- a/README.md +++ b/README.md @@ -337,7 +337,7 @@ See also [Are we (I)DE yet?](https://areweideyet.com/) and [Rust and IDEs](https * [Mockito](https://github.com/lipanski/mockito) [[mockito](https://crates.io/crates/mockito)] — HTTP mocking [](https://travis-ci.org/lipanski/mockito) * [reem/stainless](https://github.com/reem/stainless) [[stainless](https://crates.io/crates/stainless)] — Organized, flexible testing framework [](https://travis-ci.org/reem/stainless) * [rust-fuzz/afl.rs](https://github.com/rust-fuzz/afl.rs) — a Rust fuzzer, using [AFL](http://lcamtuf.coredump.cx/afl/) [](https://travis-ci.org/rust-fuzz/afl.rs) - +* [xd009642/tarpaulin](https://github.com/xd009642/tarpaulin) [[tarpaulin](https://crates.io/crates/cargo-tarpaulin)] — A code coverage tool designed for Rust [](https://travis-ci.org/xd009642/tarpaulin) ## Libraries