Skip to content

Commit a2f3f7b

Browse files
committed
fix badge issue
1 parent 8cdde1c commit a2f3f7b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build Status](https://travis-ci.com/mujohn26/chat-app-frontend.svg?branch=develop)](https://travis-ci.com/mujohn26/chat-app-frontend) [![Coverage Status](https://coveralls.io/repos/github/mujohn26/chat-app-frontend/badge.svg?branch=develop)](https://coveralls.io/github/mujohn26/chat-app-frontend?branch=develop)[![Maintainability](https://api.codeclimate.com/v1/badges/7f6b08878d7703f9e206/maintainability)](https://codeclimate.com/github/mujohn26/chat-app-frontend/maintainability)
1+
[![Build Status](https://travis-ci.com/mujohn26/chat-app-frontend.svg?branch=develop)](https://travis-ci.com/mujohn26/chat-app-frontend) [![Coverage Status](https://coveralls.io/repos/github/mujohn26/chat-app-frontend/badge.svg?branch=develop)](https://coveralls.io/github/mujohn26/chat-app-frontend?branch=develop) [![Maintainability](https://api.codeclimate.com/v1/badges/7f6b08878d7703f9e206/maintainability)](https://codeclimate.com/github/mujohn26/chat-app-frontend/maintainability)
22
# Real time chat app
33
This is real time chat application . Where two or more users can be able to chat using this system.
44

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"jsonwebtoken": "^8.5.1",
3232
"jwt-decode": "^2.2.0",
3333
"moxios": "^0.4.0",
34+
"pretest": "^1.1.0",
3435
"react": "^17.0.1",
3536
"react-dom": "^17.0.1",
3637
"react-input-switch": "^2.2.2",
@@ -55,7 +56,8 @@
5556
"build": "react-scripts build",
5657
"test": "jest --updateSnapshot --watch --config jest.config.js",
5758
"test:ci": "jest --updateSnapshot --no-cache --maxWorkers=2 --config jest.config.js --coverage -u",
58-
"eject": "react-scripts eject"
59+
"eject": "react-scripts eject",
60+
"coverage": "npm run test:ci && jest --coverage && cat ./coverage/lcov.info | coveralls"
5961
},
6062
"eslintConfig": {
6163
"extends": [

0 commit comments

Comments
 (0)