diff --git a/.gitignore b/.gitignore index 1af4c96..0c242fe 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ node_modules/ log/ coverage/ -scripts/coverage.svg npm-debug.log .DS_Store \ No newline at end of file diff --git a/README.md b/README.md index f6e4a43..72d1041 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # DADI Logger [![npm (scoped)](https://img.shields.io/npm/v/@dadi/logger.svg?maxAge=10800&style=flat-square)](https://www.npmjs.com/package/@dadi/logger) -[![coverage](https://img.shields.io/badge/coverage-81%2525-yellow.svg?style=flat?style=flat-square)](https://github.com/dadi/logger) +[![Coverage Status](https://coveralls.io/repos/github/dadi/logger/badge.svg?branch=master)](https://coveralls.io/github/dadi/logger?branch=master) [![Build Status](https://travis-ci.org/dadi/logger.svg?branch=master)](https://travis-ci.org/dadi/logger) [![JavaScript Style Guide](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](http://standardjs.com/) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square)](https://github.com/semantic-release/semantic-release)