Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
forked fromtntim96/JSCover

JSCover is a JavaScript Code Coverage Tool that measures line, branch and function coverage

License

NotificationsYou must be signed in to change notification settings

eas5/JSCover

 
 

Repository files navigation

JSCover - A JavaScript code coverage measurement tool.

Build StatuscodecovMaven CentralLicense: GPL v2Gitter

JSCover is an easy-to-use JavaScript code coverage measuring tool. It is an enhanced version of the popularJSCoverage tool, having added several features includingbranch coverage,LCOV andCobertura XML reports for CI integration, hooks for automated tests andHTML Local Storage tomaintain coverage data without the use of iFrames or JavaScript opened windows.

It's distinguishing factor from other JavaScript coverage tools is that it easily runs in any browser(supporting JavaScript) allowing coverage measurement of tests that include DOM interaction.It can be run with most tools (e.g.Jasmine,QUnit,Mocha, etc...).

Development

Development with JSCover is simple (clean check-out and build should just work). It is an Ant build using Maven'sdependency management. What you need:

  • Java 1.8+ (runtime requires Java 1.8+)
  • Ant (developed with version 1.9.2 to 1.10.1)

Most development has been done with IntelliJ ultimate edition, and some with Eclipse and IntelliJ community edition.Project files for IDEs are checked in, but any editor can be used.

Before checking in any changes, be sure to runant pre-commit which runs the full build and test suite,and enforces coverage limits on the combined unit and integration tests as well as on the combined unit,integration and acceptance tests.

About

JSCover is a JavaScript Code Coverage Tool that measures line, branch and function coverage

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java86.6%
  • JavaScript12.4%
  • Other1.0%

[8]ページ先頭

©2009-2025 Movatter.jp