Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasulejoseph committed Jan 8, 2019
1 parent 677cba5 commit 49ab318
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*

#coveralls
.coveralls.yml
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ cache:
- node_modules
script:
- npm run build
- npm test
- npm test -- u --coverage --coverageReporters=text-lcov | coveralls

after_success:
- npm run coveralls
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
[![Build Status](https://travis-ci.com/Kasulejoseph/fast-food-fast-frontend.svg?branch=develop)](https://travis-ci.com/Kasulejoseph/fast-food-fast-frontend)
[![Build Status](https://travis-ci.com/Kasulejoseph/fast-food-fast-frontend.svg?branch=react-redux-branch)](https://travis-ci.com/Kasulejoseph/fast-food-fast-frontend)

[![Coverage Status](https://coveralls.io/repos/github/Kasulejoseph/fast-food-fast-frontend/badge.svg?branch=fast-food-fast-frontend)](https://coveralls.io/github/Kasulejoseph/fast-food-fast-frontend?branch=fast-food-fast-frontend)


This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
Expand Down
43 changes: 38 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"test": "react-scripts test --coverage",
"eject": "react-scripts eject",
"test:watch": "jest --watch"
},
Expand All @@ -28,10 +28,12 @@
"not op_mini all"
],
"devDependencies": {
"coveralls": "^3.0.2",
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.7.1",
"enzyme-to-json": "^3.3.5",
"jest": "^23.6.0",
"mocha-lcov-reporter": "^1.3.0",
"redux-mock-store": "^1.5.3"
}
}

0 comments on commit 49ab318

Please sign in to comment.