Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

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

monorepo containing the various nuts and bolts that facilitate istanbul.js test instrumentation

NotificationsYou must be signed in to change notification settings

istanbuljs/istanbuljs

Repository files navigation

Build StatusConventional Commitscommunity slack

Having problems? want to contribute? join ourcommunity slack.

Everyone's favorite JS code coverage tool.

About this Repo

Thismonorepo contains thenuts and bolts utility libraries that facilitate IstanbulJS test coverage; Why a monorepo?

  • it allows us to more easily test API changes across coupled modules, e.g., changes toistanbul-lib-coveragepotentially have an effect onistanbul-lib-instrument.
  • it gives us a centralized repo for discussions about bugs and upcoming features.

Where Should I Start

You're probably actually looking for one of the following repos:

  • nyc: the IstanbulJS 2.0 command line interface, providing painless coverage support formost popular testing frameworks.
  • babel-plugin-istanbul: a babel pluginfor instrumenting your ES2015+ code with Istanbul compatible coverage tracking.
  • istanbul: the legacy 1.0 IstanbulJS interface (you shouldnow consider instead using nyc or babel-plugin-istanbul).

Contributing

Contributing to the packages contained in this repo is easy:

  1. after checking out, runnpm install (this will run the lerna build).
  2. to run all tests, simply runnpm test in the root directory.
  3. to run tests for a single packagecd package/:name and runnpm test within the package's folder.

[8]ページ先頭

©2009-2025 Movatter.jp