diff --git a/README.md b/README.md index 8ea8f4c..fe9fa77 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Express Actuator +[![Build Status](https://travis-ci.org/rcruzper/express-actuator.svg?branch=master)](https://travis-ci.org/rcruzper/express-actuator) +[![Coverage Status](https://coveralls.io/repos/github/rcruzper/express-actuator/badge.svg?branch=master)](https://coveralls.io/github/rcruzper/express-actuator?branch=master) + This middleware creates a series of endpoints to help you monitor and manage your application when it's pushed to production. It is based on [Spring Boot Actuator](http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#production-ready) and the [healthcheck-ping](https://github.com/holidaycheck/healthcheck-ping) module by Mathias Schreck.