istanbul-lib-instrument

WebJar for istanbul-lib-instrument

Лицензия

Лицензия

BSD 3-Clause
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

istanbul-lib-instrument
Последняя версия

Последняя версия

4.0.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

istanbul-lib-instrument
WebJar for istanbul-lib-instrument
Ссылка на сайт

Ссылка на сайт

https://www.webjars.org
Система контроля версий

Система контроля версий

https://github.com/istanbuljs/istanbuljs

Скачать istanbul-lib-instrument

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.npm/istanbul-lib-instrument/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>istanbul-lib-instrument</artifactId>
    <version>4.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/istanbul-lib-instrument/
implementation 'org.webjars.npm:istanbul-lib-instrument:4.0.3'
// https://jarcasting.com/artifacts/org.webjars.npm/istanbul-lib-instrument/
implementation ("org.webjars.npm:istanbul-lib-instrument:4.0.3")
'org.webjars.npm:istanbul-lib-instrument:jar:4.0.3'
<dependency org="org.webjars.npm" name="istanbul-lib-instrument" rev="4.0.3">
  <artifact name="istanbul-lib-instrument" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='istanbul-lib-instrument', version='4.0.3')
)
libraryDependencies += "org.webjars.npm" % "istanbul-lib-instrument" % "4.0.3"
[org.webjars.npm/istanbul-lib-instrument "4.0.3"]

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
org.webjars.npm : babel__core jar [7.7.5,8)
org.webjars.npm : istanbuljs__schema jar [0.1.2,0.2)
org.webjars.npm : istanbul-lib-coverage jar [3.0.0,4)
org.webjars.npm : semver jar [6.3.0,7)

Модули Проекта

Данный проект не имеет модулей.

IstanbulJS

Greenkeeper badge Build Status Coverage Status Conventional Commits community slack

Having problems? want to contribute? join our community slack.

Everyone's favorite JS code coverage tool.

About this Repo

This monorepo contains the nuts 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 to istanbul-lib-coverage potentially have an effect on istanbul-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 for most popular testing frameworks.
  • babel-plugin-istanbul: a babel plugin for instrumenting your ES2015+ code with Istanbul compatible coverage tracking.
  • istanbul: the legacy 1.0 IstanbulJS interface (you should now consider instead using nyc or babel-plugin-istanbul).

Contributing

Contributing to the packages contained in this repo is easy:

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

Istanbul Code Coverage

Yet another JS code coverage tool that computes statement, line, function and branch coverage.

Версии библиотеки

Версия
4.0.3
3.3.0
3.1.1
1.8.0