uncover

Crates.iouncover
lib.rsuncover
version0.1.2
sourcesrc
created_at2018-06-12 18:39:47.014591
updated_at2021-09-05 11:29:06.049911
descriptionA library to verify that a test covers specific code.
homepage
repositoryhttps://github.com/matklad/uncover
max_upload_size
id69818
size21,197
owners (github:badrobotics:owners)

documentation

README

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.

Commit count: 4

cargo fmt