Skip to content

Commit

Permalink
chore(bugfix): rectify issue with readme badges
Browse files Browse the repository at this point in the history
  • Loading branch information
ddouglasz committed Mar 12, 2018
1 parent 87821c3 commit 4617653
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ npm run test


[![Build Status](https://travis-ci.org/ddouglasz/We-connect.svg?branch=serverside)](https://travis-ci.org/ddouglasz/We-connect)
[![Coverage Status](https://coveralls.io/repos/github/ddouglasz/We-connect/badge.svg?branch=ft-dummydata-tests-155738981)](https://coveralls.io/github/ddouglasz/We-connect?branch=ft-dummydata-tests-155738981)
[![Coverage Status](https://coveralls.io/repos/github/ddouglasz/We-connect/badge.svg?branch=serverside)](https://coveralls.io/github/ddouglasz/We-connect?branch=serverside)
[![Maintainability](https://api.codeclimate.com/v1/badges/3353fa511defef2f1372/maintainability)](https://codeclimate.com/github/ddouglasz/We-connect/maintainability)
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"build": "babel server -d server/dist --copy-files --ignore server/dist",
"test": "nyc --reporter=html --reporter=text mocha ./server/test/**/*.js --exit --compilers js:babel-register",
"postinstall": "npm run build",
"coverage": "nyc report --reporter=text-lcov ",
"report-coverage": "cat ./coverage/lcov.info ",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"report-coverage": "cat ./coverage/lcov.info | coveralls",
"coveralls": "nyc --reporter=lcov --reporter=text-lcov npm test"
},
"author": "douglas",
Expand Down

0 comments on commit 4617653

Please sign in to comment.