uncover 0.1.2

A library to verify that a test covers specific code.
Documentation

uncover

Build Status Crates.io API reference

DEPRECATED: use https://github.com/matklad/cov-mark instead.

A library that makes tests easier to maintain by using instrumentation to answer these two questions:

  • Which code is exercised by this test?
  • Which test covers this bit of code?

See the docs for more.