Skip to content
This repository was archived by the owner on Apr 10, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 1.21 KB

File metadata and controls

23 lines (16 loc) · 1.21 KB

JSCover2 - Deprecated

This repository will probably not be maintained:

  1. Nashorn has been deprecated
  2. NodeJS now has native coverage support

A JavaScript code-coverage tool

Build Status codecov Dependency Status

Motivations

  • Swap (NB: JSCover has swapped too) from Rhino to the excellent Closure-Compiler for several reasons:
    • ES6 Harmony support
    • Designed specifically for AST manipulation and JavaScript code generation
    • Superior code position data for reports
  • Modify the instrumentation to better support non-browser environments like Nashorn (NB: test suite uses Nashorn)
  • Make build more modular for different environments: API, CLI, browser