How to use the @bcoe/v8-coverage.mergeProcessCovs function in @bcoe/v8-coverage

To help you get started, we’ve selected a few @bcoe/v8-coverage examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github bcoe / c8 / lib / report.js View on Github external
functions: [{
                functionName: '(empty-report)',
                ranges: [{
                  startOffset: 0,
                  endOffset: stat.size,
                  count: 0
                }],
                isBlockCoverage: true
              }]
            })
          }
        }
      })
    }

    return mergeProcessCovs(v8ProcessCovs)
  }

@bcoe/v8-coverage

Helper functions for V8 coverage files.

MIT
Latest version published 5 years ago

Package Health Score

65 / 100
Full package analysis

Popular @bcoe/v8-coverage functions

Similar packages