3.0.1 • Published 8 months ago

istanbul-lib-report v3.0.1

Weekly downloads
13,242,931
License
BSD-3-Clause
Repository
github
Last release
8 months 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_modbitget@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_release@314oner_npm/universal-components-libraryreact-native-sphereuisphereuijawwy_libraryreact-native-credit-card-pkgp149-tablesklif-uireact-native-jawwy_sample@alxrg/date-maker@angangii/frontendpractice@amirdiafi/react-native-ios-haptics@apexdevtools/test-runner@arielapaula/components@arielapaula/test@aristidenf/streak-counter@asiz33/smartblok-vendure-plugin@alexshmyrkov/react-ranger@alta-ng-timeago/hiamtanh-alta@ali5049/react-native-buttons@alexbosworth/nyc@alexdelgado/typewriter@azalpacir/react-native-dhp-printer@aysea/react-native-ui-library@cats-cradle/rush-coveragecineverse-apiclient-javascriptcjs-jest-reporters2cjs-jest-reporters3@con-test/react-native-concent-common@batbayar/superset-plugin-chart-hello-world@bcoe/istanbul-reports@behzadebrhm/utils@cschanaj/nyc@cs6/react-native-test-native-view-library@damruravihara/react-native-testing-packagecommon-myappointment@cute-apocalypse/react-treecolor-scheme-detector@deltacov/istanbul-reports@deep27/supersetpluginchart-helloworldconway-game@bizantine/istanbul-reports@blazinaj/app-kit@bigtest/cli@bezael-challenge/innoit-date-format@bhzdbash/utils@bgotink/playwright-coverage@born3am/eslint-config@bryntum/siesta@blusalt-sdk/react-native-blusalt-document-verification@blueberry_muffins/email_library@baolong281/gsplat@badpingpong/placeholderimage@byndyusoft/sonar-coverage-reporter@bytedance/babel-coverage-plugin@brantalikp/rn-resize@catalinaquinteror/mdlinks@simstudio/htmldiff
3.0.1

8 months ago

3.0.0

4 years ago

3.0.0-alpha.2

4 years ago

3.0.0-alpha.1

4 years ago

3.0.0-alpha.0

5 years ago

2.0.8

5 years ago

2.0.7

5 years ago

2.0.6

5 years ago

2.0.5

5 years ago

2.0.4

5 years ago

2.0.3

5 years ago

2.0.2

6 years ago

1.1.5

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago

1.0.0-alpha.3

8 years ago

1.0.0-alpha.2

8 years ago

1.0.0-alpha.1

8 years ago

1.0.0-alpha.0

8 years ago