Skip to content

talkaminsky/istanbul-code-coverage-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

istanbul-code-coverage-example

Example project for istanbul jasmine and supertest integration

Read the full blog-post here

Installation

npm install

Getting Started

After installation, open cmd and cd to that folder.

Run the service:

>> npm run start

Run the unit test:

>> npm run test

Run the istanbul code coverage:

>> npm run test-cover

Watch code coverage report:

cd ./coverage/lcov-report
index.html

About

Example project for istanbul jasmin and supertest integration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published