Skip to content

Commit 0e1b1bb

Browse files
authored
Merge pull request #27 from sparkplug/coverage
feat: add test coverage
2 parents 4de211c + 70ca2d7 commit 0e1b1bb

File tree

14 files changed

+1583
-56
lines changed

14 files changed

+1583
-56
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ install:
88
script:
99
- npm run lint
1010
- npm run test
11+
- cat ./coverage/lcov.info | npx coveralls
1112
- npm run compile
1213

1314
deploy:

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
# MTN MoMo API Client
1+
# MTN Mobile Money API Client
22

33
MTN MoMo API Client for Node JS.
44

55
[![Build Status](https://travis-ci.com/sparkplug/momoapi-node.svg?branch=master)](https://travis-ci.com/sparkplug/momoapi-node)
6-
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
76
[![NPM Version](https://badge.fury.io/js/mtn-momo.svg)](https://badge.fury.io/js/mtn-momo)
87
![Installs](https://img.shields.io/npm/dt/mtn-momo.svg)
8+
[![Known Vulnerabilities](https://snyk.io/test/npm/mtn-momo/badge.svg)](https://snyk.io/test/npm/mtn-momo)
9+
[![Coverage Status](https://coveralls.io/repos/github/sparkplug/momoapi-node/badge.svg?branch=coverage)](https://coveralls.io/github/sparkplug/momoapi-node?branch=coverage)
10+
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
911
[![Join the community on Spectrum](https://withspectrum.github.io/badge/badge.svg)](https://spectrum.chat/momo-api-developers/)
1012

1113
## Usage

0 commit comments

Comments
 (0)