diff --git a/.coveralls.yml b/.coveralls.yml index e1b1e534..4e7748fc 100644 --- a/.coveralls.yml +++ b/.coveralls.yml @@ -1,2 +1,2 @@ service_name: travis-ci -repo_token: ?? +repo_token: adeHLwiOKfJzcLIkVuuxade3Cmsjfm821 diff --git a/README.md b/README.md index a80888af..6c09f7bb 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +[![Coverage Status](https://coveralls.io/repos/holidayextras/jsonapi-server/badge.svg?branch=master)](https://coveralls.io/r/holidayextras/jsonapi-server?branch=travis) +[![Build Status](https://travis-ci.org/holidayextras/jsonapi-server.svg?branch=master)](https://travis-ci.org/holidayextras/jsonapi-server) +[![Code Climate](https://codeclimate.com/github/holidayextras/jsonapi-server/badges/gpa.svg)](https://codeclimate.com/github/holidayextras/jsonapi-server) + ## jsonapi-server `jsonapi-server` is a fully featured NodeJS sever implementation of `json:api`. You provide the resources, we provide the api. diff --git a/TODO.md b/TODO.md index 62018114..a05cee6c 100644 --- a/TODO.md +++ b/TODO.md @@ -1,7 +1,4 @@ ### TODO List -+ Travis -+ Coveralls + NPM + Gemnasium -+ Code Climate diff --git a/package.json b/package.json index 59af5b28..b815f062 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,8 @@ "mocha": "2.2.5", "eslint": "0.24.0", "blanket": "1.1.7", - "mocha-lcov-reporter": "0.0.2" + "mocha-lcov-reporter": "0.0.2", + "coveralls": "2.11.2" }, "scripts": { "test": "./node_modules/mocha/bin/mocha -R spec ./test/*.js",