-
Notifications
You must be signed in to change notification settings - Fork 95
Open
Labels
Description
Is it possible to use c8 with karma? The repo I'm trying against is https://github.com/chartjs/Chart.js. It shows me coverage of the test setup files, but not the actual source code and I'm not quite sure how to address.
$ c8 npx karma start
-------------------|----------|----------|----------|----------|-------------------|
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s |
-------------------|----------|----------|----------|----------|-------------------|
All files | 92.16 | 53.85 | 100 | 92.16 | |
karma.conf.js | 95.74 | 50 | 100 | 95.74 | 18,19,92,93 |
rollup.plugins.js | 89.09 | 55 | 100 | 89.09 |... 45,89,90,95,96 |
-------------------|----------|----------|----------|----------|-------------------|
sidvishnoi and mig8447