vasconsaurus / produce_in_season

0 stars 0 forks source link

[#20] Add simplecov #21

Closed tcione closed 2 years ago

tcione commented 2 years ago

closes #20

Simplecov generates test coverage report like this one:

Screen Shot 2022-06-04 at 13 01 46

Having a tool like this one helps us in understanding how well is our application covered by our tests.

Reports will be saved in ./coverage/index.html