From e777263df4eb191b6156287d3f46597969ddb61e Mon Sep 17 00:00:00 2001 From: Brad Cordeiro Date: Wed, 18 Jul 2018 17:19:57 -0700 Subject: [PATCH] Update testing information in README --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 1555fab..50658b1 100644 --- a/README.md +++ b/README.md @@ -94,12 +94,7 @@ Test values were written using [Avid Media Composer](http://www.avid.com/media-c $ npm install $ npm test -Test coverage is checked using [Istanbul](https://istanbul.js.org). Version 1.0.0 has 100% coverage. - - $ npm install - $ npm run test-coverage - -This will generate an HTML test coverage report in `./coverage/`. +Test coverage is checked using [Istanbul](https://istanbul.js.org)'s command-line interface, and submitted to [coveralls](https://coveralls.io). Version 1.0.0 has 100% coverage. ### Contributing