Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today. Learn more →
Top 5 JavaScript Code Coverage Projects
-
We usually run Angular tests through the cli ng test which picks the default config from /node_modules/@angular-devkit/build-angular/src/webpack/plugins/karma/karma.js, runs the tests in the project/workspace context, shows the execution log in the terminal and generates coverage using istanbul.js based on custom config we defined.
-
Civic Auth
Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
-
When I started Matanuska, I chose Node Tap as my test framework. Tap was my favorite test framework in Node for a very long time. It's historically had an API that's less "magical" than some of the other frameworks out there, it outputs TAP by default - always a bonus - and it has pretty high-level reporting.
-
-
-
check-code-coverage
Utilities for checking the coverage produced by NYC against extra or missing files
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
JavaScript Code Coverage discussion
JavaScript Code Coverage related posts
-
Testing Vue components the right way
-
Don't target 100% coverage
-
Unit testing like a Hacker
-
Auto-Publish Your Test Coverage Report on GitHub Pages
-
Dear Linux, Privileged Ports Must Die
-
My favorite web applications for test automation practice
-
When developing in React, what do you find most frustrating or cumbersome?
-
A note from our sponsor - Civic Auth
www.civic.com | 19 Apr 2025
Index
What are some of the best open-source Code Coverage projects in JavaScript? This list will help you:
# | Project | Stars |
---|---|---|
1 | nyc | 5,662 |
2 | tap | 2,382 |
3 | cypress-and-jest | 216 |
4 | storybook-code-coverage | 32 |
5 | check-code-coverage | 25 |