paypal-nvp-api
Advanced tools
Comparing version 1.2.28 to 1.2.31
{ | ||
"version": "1.2.28", | ||
"version": "1.2.31", | ||
"name": "paypal-nvp-api", | ||
@@ -19,6 +19,6 @@ "description": "Node.js wrapper for the Paypal Name-Value Pair — NVP ", | ||
"tape": "nyc tape test/start.js | tap-spec", | ||
"report": "nyc report --reporter=lcov", | ||
"report": "nyc report --reporter=lcov > coverage.lcov && codecov", | ||
"pretest": "npm run lint && npm run nsp", | ||
"test": "npm run tape", | ||
"posttest": "npm run report", | ||
"posttest": "CODECOV_TOKEN=0ad639d1-d519-4946-a361-725e22ec53d6 npm run report", | ||
"coveralls": "npm test && cat ./coverage/lcov.info | coveralls", | ||
@@ -33,3 +33,3 @@ "reset": "node reset" | ||
"devDependencies": { | ||
"coveralls": "2.x.x", | ||
"codecov": "2.x.x", | ||
"eslint": "3.x.x", | ||
@@ -36,0 +36,0 @@ "eslint-config-ggc": "1.x.x", |
@@ -6,3 +6,3 @@ # paypal-nvp-api | ||
[![Build Status](https://travis-ci.org/ndaidong/paypal-nvp-api.svg?branch=master)](https://travis-ci.org/ndaidong/paypal-nvp-api) | ||
[![Coverage Status](https://coveralls.io/repos/github/ndaidong/paypal-nvp-api/badge.svg?branch=master)](https://coveralls.io/github/ndaidong/paypal-nvp-api?branch=master) | ||
[![codecov](https://codecov.io/gh/ndaidong/paypal-nvp-api/branch/master/graph/badge.svg)](https://codecov.io/gh/ndaidong/paypal-nvp-api) | ||
[![Dependency Status](https://gemnasium.com/badges/github.com/ndaidong/paypal-nvp-api.svg)](https://gemnasium.com/github.com/ndaidong/paypal-nvp-api) | ||
@@ -9,0 +9,0 @@ [![NSP Status](https://nodesecurity.io/orgs/techpush/projects/b6471f27-370b-4f79-badd-75cd5401d826/badge)](https://nodesecurity.io/orgs/techpush/projects/b6471f27-370b-4f79-badd-75cd5401d826) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
15873
19