mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-13 04:00:21 +00:00
This enables code coverage analysis when running specs in your dev environment. Simply run them as usual and you'll see a line like the following at the end of the output: Coverage report generated for RSpec to /home/pau/dev/openfoodnetwork/coverage Simply browse to coverage/index.html and the results in a web UI. This is a useful tool that helps you decide if the tests you added are enough or not.