Skip to content

Commit

Permalink
chore:add serverside dependencies;hound,coverals,codeclimate etc
Browse files Browse the repository at this point in the history
  • Loading branch information
ddouglasz committed Mar 6, 2018
1 parent 4aa75ba commit 96f2b69
Show file tree
Hide file tree
Showing 9 changed files with 1,925 additions and 107 deletions.
12 changes: 12 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: "2"
exclude_paths:
- "template"
checks:
return-statements:
enabled: false
similar-code:
enabled: false
identical-code:
enabled: false
file-lines:
enabled: false
1 change: 1 addition & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
repo_token: lbl0gXlDGZQbMSFr2I3kKYssjB9Ok9Web
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
node_modules/
node_modules/

coverage/

.nyc_output

server/dist/
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: node_js
node_js:
- "stable"
env:
global:
- export NODE_ENV=test
script:
- npm test
- npm run coverage
- npm install
after_success: 'npm run coveralls'
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"git.ignoreLimitWarning": true
}
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
# We-connect provides a platform that brings businesses and individuals together. This platform creates awareness for businesses and gives the users the ability to write reviews about the businesses they have interacted with.
# We-connect
provides a platform that brings businesses and individuals together. This platform creates awareness for businesses and gives the users the ability to write reviews about the businesses they have interacted with.

[![Build Status](https://travis-ci.org/ddouglasz/We-connect.svg?branch=master)](https://travis-ci.org/ddouglasz/We-connect)
[![Coverage Status](https://coveralls.io/repos/github/ddouglasz/We-connect/badge.svg?branch=master)](https://coveralls.io/github/ddouglasz/We-connect?branch=master)
[![Maintainability](https://api.codeclimate.com/v1/badges/3353fa511defef2f1372/maintainability)](https://codeclimate.com/github/ddouglasz/We-connect/maintainability)
Loading

0 comments on commit 96f2b69

Please sign in to comment.