3.0.1 • Published 2 years ago

istanbul-lib-report v3.0.1

Weekly downloads
13,242,931
License
BSD-3-Clause
Repository
github
Last release
2 years ago

istanbul-lib-report

Greenkeeper badge Build Status

Core reporting utilities for istanbul.

Example usage

const libReport = require('istanbul-lib-report');
const reports = require('istanbul-reports');

// coverageMap, for instance, obtained from istanbul-lib-coverage
const coverageMap;

const configWatermarks = {
  statements: [50, 80],
  functions: [50, 80],
  branches: [50, 80],
  lines: [50, 80]
};

// create a context for report generation
const context = libReport.createContext({
  dir: 'report/output/dir',
  // The summarizer to default to (may be overridden by some reports)
  // values can be nested/flat/pkg. Defaults to 'pkg'
  defaultSummarizer: 'nested',
  watermarks: configWatermarks,
  coverageMap,
})

// create an instance of the relevant report class, passing the
// report name e.g. json/html/html-spa/text
const report = reports.create('json', {
  skipEmpty: configSkipEmpty,
  skipFull: configSkipFull
})

// call execute to synchronously create and write the report to disk
report.execute(context)
istanbul-reports@jest/reportersistanbul-apikarma-coverage-istanbul-reporternyc@rpcbase/webpack-browserarchetype-libraryeasy-select-rnreact-native-bluetooth2killi8n-react-native-fast-imagespecify-importsbabel-specify-imports@icanpm/api-masterreact-native-template-rfbaseairscanairscan-examplereact-native-esc-pos-sahaab@borisovart/atol-kkt-moduledeneme323112@ntt_app/react-native-custom-notificationreact-native-covid-sdkgql_din_mod@olivervorasai/sliderreact-native-printer-brothersreact-native-shekhar-bridge-testwilscanner@oiti/documentoscopy-react-native@mink-opn/build-tokensquoc-testreact-native-slider-kftest-at-work@infinitebrahmanuniverse/nolb-ist@saaspe/componentsplginexpand-react-bridgeopea-bootstraapluminos-ui-coresklif-ui-kitsklif-api@everything-registry/sub-chunk-1938jawwy-sdkjawwy_gamification_releasereact-native-sphereuisphereuijawwy_libraryreact-native-credit-card-pkgp149-tablesklif-uireact-native-jawwy_samplegriffin-ui-librarynebula-http-resiliencycomposize@wacoco/ytailwind-vector-effectsyncbackbasestest-library-123test-haptik-libwinx-form-winxwontbreakvue-istanbul-reportsvue-nycwebchewoven-challenge-deploywifi_configuration_packagewskongkointeapackage-tatespoorman297superset-plugin-chart-hello-world2supercluster-googlemaps-adapter-clonesstorycovstanikionespotify-ds-sestp-cdktestapatesting-storybooktest-zeo-collecttest-slsa-publishtestnpm_lmnsvelte-component-libtext-simpletext-based-game-enginevscodetestcovervitest-github-actionvision-camera-plugin-face-detectorvision-camera-plugin-scan-facesvision-camera-base64-resizedutrv8-coveragev9u-smb2-singstorvantiq-reactvue-axios-rest@dormammuuuuu/json-helper@donapot/mylibtest@dotconf-pro/dotconf-pro@dotconf-pro/dotenv@digitalrakesh/jsui@dskdavid/flash_cli@cryptocode99/token-lists@crestproject/hardhat@cs6/react-native-test-native-view-library@cschanaj/nyc
3.0.1

2 years ago

3.0.0

5 years ago

3.0.0-alpha.2

6 years ago

3.0.0-alpha.1

6 years ago

3.0.0-alpha.0

6 years ago

2.0.8

6 years ago

2.0.7

6 years ago

2.0.6

6 years ago

2.0.5

6 years ago

2.0.4

6 years ago

2.0.3

6 years ago

2.0.2

7 years ago

1.1.5

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago

1.0.0-alpha.3

10 years ago

1.0.0-alpha.2

10 years ago

1.0.0-alpha.1

10 years ago

1.0.0-alpha.0

10 years ago