Skip to content

Commit

Permalink
fix: tests and coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilsafur committed Nov 20, 2019
1 parent d23fbc5 commit de470d5
Show file tree
Hide file tree
Showing 7 changed files with 158 additions and 123 deletions.
1 change: 1 addition & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
repo_token: 8P1gM03XWPDEaDkm0FdiRfZ5Y8uLThzs9
13 changes: 3 additions & 10 deletions .nycrc
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
{
"extension": [
".ts"
],
"reporter": [
"html",
"text-summary"
],
"cache": true,
"sourceMap": false,
"instrument": false
"extends": "@istanbuljs/nyc-config-typescript",
"all": true,
"include": "src"
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
![GitHub package.json version](https://img.shields.io/github/package-json/v/vilsafur/mbs)
[![GPLv3 license](https://img.shields.io/badge/License-GPLv3-blue.svg)](http://perso.crans.org/besson/LICENSE.html)
[![Build Status](https://travis-ci.org/Vilsafur/mbs.svg?branch=master)](https://travis-ci.org/Vilsafur/mbs)
[![Coverage Status](https://coveralls.io/repos/github/Vilsafur/mbs/badge.svg?branch=master)](https://coveralls.io/github/Vilsafur/mbs?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/Vilsafur/mbs/badge.svg?branch=master)](https://coveralls.io/github/Vilsafur/mbs?branch=master)branch=master)

MBS (Micro Bus Service) is a bus for microservice's architecture write in Typescript.

Expand Down

0 comments on commit de470d5

Please sign in to comment.