Update README.md

This commit is contained in:
brmnjsh 2020-02-02 22:04:42 -05:00 committed by GitHub
parent f8c4de091c
commit 97309cc086
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
# BRAID v1.2.1
# BRAID v1.2
> Websocket server for the Measure platform
[![Build Status](https://semaphoreci.com/api/v1/projects/7767f0f3-4da6-4c84-9167-4db5402a3262/2573412/badge.svg)](https://semaphoreci.com/yardstick/braid)
@ -61,4 +61,4 @@ token = JWT.encode payload, hmac_secret, "HS256"
```
* to test your changes before pushing you can run `tsc && npm test`
* to check code coverate run nyc npm test, we must maintain above 90% code coverage
* to check code coverage run `nyc npm test`, we must maintain above 90% code coverage