Marcel-Rodekamp / NSL

Nanosystem Simulation Library (NSL) implements statistical simulations for systems on the nanoscale
Other
2 stars 0 forks source link

Code Coverage #105

Open evanberkowitz opened 2 years ago

evanberkowitz commented 2 years ago

In addition to writing good tests we think of, we should try to get good code coverage, which is a measure of what fraction of the source is actually explored by the tests.

There are automatic tools for understanding code coverage, and some facilities in catch2 for it as well.