leopardslab / clocal-gcp

🔭 Emulation engine for GCP
Apache License 2.0
67 stars 57 forks source link

Add Code Coverage #38

Open TheLukaszNs opened 5 years ago

TheLukaszNs commented 5 years ago

Fast summary

The code in this PR adds the ability to display the test code coverage (with Istanbul) by running this command:

$ npm run test:coverage

or

$ yarn test:coverage

Code Coverage