airbnb / nerve

A service registration daemon that performs health checks; companion to airbnb/synapse
MIT License
942 stars 151 forks source link

Add simplecov and simplecov-json #122

Closed lcharignon closed 4 years ago

lcharignon commented 4 years ago

Summary

This change adds simplecov and simplecov-json to report code coverage. To get code coverage information in your build you need to set the CODE_COVERAGE env var to "true"

Test Plan

Reviewers

@panchr