Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

stereobooster/vitest-coverage-v8

Repository files navigation

coverage examples

This is deprecated repo. See this one instead https://github.com/stereobooster/test-coverage-calculation

C8

----------------|---------|----------|---------|---------|-------------------
File            | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
----------------|---------|----------|---------|---------|-------------------
 example1.c8.js |   85.71 |       75 |     100 |   85.71 | 9-10
 example2.c8.js |     100 |      100 |     100 |     100 |
 example3.c8.js |     100 |      100 |     100 |     100 |
 example4.c8.js |      90 |       75 |     100 |      90 | 6
 example5.c8.js |     100 |       80 |     100 |     100 | 5
----------------|---------|----------|---------|---------|-------------------

v8 coverage

istanbul coverage