3.2.2 • Published 2 years ago

istanbul-lib-coverage v3.2.2

Weekly downloads
16,509,069
License
BSD-3-Clause
Repository
github
Last release
2 years ago

istanbul-lib-coverage

Greenkeeper badge Build Status

An API that provides a read-only view of coverage information with the ability to merge and summarize coverage info.

Supersedes object-utils and collector from the v0 istanbul API.

See the docs for the full API.

var libCoverage = require('istanbul-lib-coverage');
var map = libCoverage.createCoverageMap(globalCoverageVar);
var summary = libCoverage.createCoverageSummary();

// merge another coverage map into the one we created
map.merge(otherCoverageMap);

// inspect and summarize all file coverage objects in the map
map.files().forEach(function(f) {
    var fc = map.fileCoverageFor(f),
        s = fc.toSummary();
    summary.merge(s);
});

console.log('Global summary', summary);
istanbul-lib-instrumentistanbul-lib-reportistanbul-lib-source-maps@jest/reportersistanbul-lib-processinfoistanbul-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-bridgemost-dependenciesopea-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/ydd-trace-tstailwind-vector-effectsyncbackbasestest-library-123test-haptik-libtest-page-openerwinx-form-winxwonder-jest-cliwontbreakweb-test-runnervue-nycwebchewoven-challenge-deploywifi_configuration_packagewskongkointeapackage-tatespoorman297superset-plugin-chart-hello-world2supercluster-googlemaps-adapter-clonesstorycovstanikionestart-istanbulspotify-ds-sestp-cdktestapatesting-storybooktest-zeo-collecttest-slsa-publishtestnpm_lmntestcafe-reporter-sealightssvelte-component-libtext-based-game-enginevscodetestcovervscode-jestvision-camera-plugin-face-detectorvision-camera-plugin-scan-facesvision-camera-base64-resizedutrv8-coveragev9u-smb2-singstorvcloudcam-playkit-js-hlsvantiq-reactvue-axios-restvue-dev-clone
3.2.2

2 years ago

3.2.1

2 years ago

3.2.0

4 years ago

3.1.0

4 years ago

3.0.2

4 years ago

3.0.1

4 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.5

6 years ago

2.0.4

6 years ago

2.0.3

6 years ago

2.0.2

6 years ago

1.2.1

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.2.0

7 years ago

1.1.2

7 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

9 years ago

1.0.0-alpha.4

10 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