Skip to content

matklad/uncover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

More maintainable Rust test

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages