Skip to content

Commit

Permalink
Merge pull request #27 from sparkplug/coverage
Browse files Browse the repository at this point in the history
feat: add test coverage
  • Loading branch information
raybesiga committed Feb 13, 2019
2 parents 4de211c + 70ca2d7 commit 0e1b1bb
Show file tree
Hide file tree
Showing 14 changed files with 1,583 additions and 56 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ install:
script:
- npm run lint
- npm run test
- cat ./coverage/lcov.info | npx coveralls
- npm run compile

deploy:
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# MTN MoMo API Client
# MTN Mobile Money API Client

MTN MoMo API Client for Node JS.

[![Build Status](https://travis-ci.com/sparkplug/momoapi-node.svg?branch=master)](https://travis-ci.com/sparkplug/momoapi-node)
[![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)
[![NPM Version](https://badge.fury.io/js/mtn-momo.svg)](https://badge.fury.io/js/mtn-momo)
![Installs](https://img.shields.io/npm/dt/mtn-momo.svg)
[![Known Vulnerabilities](https://snyk.io/test/npm/mtn-momo/badge.svg)](https://snyk.io/test/npm/mtn-momo)
[![Coverage Status](https://coveralls.io/repos/github/sparkplug/momoapi-node/badge.svg?branch=coverage)](https://coveralls.io/github/sparkplug/momoapi-node?branch=coverage)
[![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)
[![Join the community on Spectrum](https://withspectrum.github.io/badge/badge.svg)](https://spectrum.chat/momo-api-developers/)

## Usage
Expand Down
Loading

0 comments on commit 0e1b1bb

Please sign in to comment.