-
Notifications
You must be signed in to change notification settings - Fork 0
code coverage
Bess Sadler edited this page Jun 30, 2020
·
1 revision
We maintain high quality automated software tests, and we use test driven development.
We measure our test coverage so we can find places in our code where it is insufficiently tested. We measure test coverage with coveralls, but we recognize that a code coverage number is insufficient for high quality software tests.
Our code coverage metrics can be found here: https://coveralls.io/github/yalelibrary/yul-dc-management
For more background, read this article by Martin Fowler about measuring test coverage.