The our_home
repository includes integrations to calculate Code Coverage. In particular, we use the SimpleCov
and SimpleCov-Cobertura
gems to produce and output the coverage results based on tests written for rspec
. We then use the GitHub Action for CodeCov
to produce nicely formatted and visible reports within each Pull Request.