From 671accae1924872125599ad4421ce5c9dba3f323 Mon Sep 17 00:00:00 2001 From: Nick Merwin Date: Sun, 5 Feb 2017 12:36:32 -0800 Subject: [PATCH] removed codeship badge --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 7eab099a..973287f5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ #node-coveralls -[![Build Status][travis-image]][travis-url] [![Coverage Status][coveralls-image]][coveralls-url] [![Codeship Build Status][codeship-image]][codeship-url] +[![Build Status][travis-image]][travis-url] [![Coverage Status][coveralls-image]][coveralls-url] [![Known Vulnerabilities](https://snyk.io/test/github/nickmerwin/node-coveralls/badge.svg)](https://snyk.io/test/github/nickmerwin/node-coveralls) [Coveralls.io](https://coveralls.io/) support for node.js. Get the great coverage reporting of coveralls.io and add a cool coverage button ( like the one above ) to your README. @@ -143,9 +143,6 @@ If you want to send commit data to coveralls, you can set the `COVERALLS_GIT_COM [travis-image]: https://travis-ci.org/nickmerwin/node-coveralls.svg?branch=master [travis-url]: https://travis-ci.org/nickmerwin/node-coveralls -[codeship-image]: https://www.codeship.io/projects/de6fb440-dea9-0130-e7d9-122ca7ee39d3/status -[codeship-url]: https://www.codeship.io/projects/5622 - [coveralls-image]: https://coveralls.io/repos/nickmerwin/node-coveralls/badge.svg?branch=master&service=github [coveralls-url]: https://coveralls.io/github/nickmerwin/node-coveralls?branch=master