Skip to content

Commit

Permalink
fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Oluebube Princess Egbuna committed Mar 28, 2019
1 parent 3052adf commit 9e2212a
Show file tree
Hide file tree
Showing 70 changed files with 682 additions and 8,245 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"@babel/plugin-proposal-class-properties",
"@babel/plugin-transform-runtime",
"emotion"
]
],
}
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
.env
.env
dist
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ script:
- npm test
- npm run build

after_success:
- npm run coverage
# after_success:
# - npm run coverage
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: node server.js
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Send-IT
[![Build Status](https://travis-ci.org/Princesso/SendIT-React.svg?branch=master)](https://travis-ci.org/Princesso/SendIT-React)
[![Coverage Status](https://coveralls.io/repos/github/Princesso/SendIT-React/badge.svg?branch=master)](https://coveralls.io/github/Princesso/SendIT-React?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/Princesso/SendIT-React/badge.svg?branch=chore-fixes)](https://coveralls.io/github/Princesso/SendIT-React?branch=chore-fixes)


SendIT is a courier service that helps users deliver parcels to different destinations. SendIT provides courier quotes based on weight categories.
Expand All @@ -21,6 +21,10 @@ Nodejs: an open source server framework that allows you to run JavaScript on the
Postgresql: open source object-relational database system.
React: An open source library for building user interfaces.

## Link to deployed app

https://sendit-it-react.herokuapp.com/

## Link to API endpoints
https://sendit-it.herokuapp.com/

Expand Down
271 changes: 0 additions & 271 deletions coverage/clover.xml

This file was deleted.

23 changes: 0 additions & 23 deletions coverage/coverage-final.json

This file was deleted.

177 changes: 0 additions & 177 deletions coverage/lcov-report/actions/authActions.js.html

This file was deleted.

110 changes: 0 additions & 110 deletions coverage/lcov-report/actions/index.html

This file was deleted.

Loading

0 comments on commit 9e2212a

Please sign in to comment.