3.2.2 • Published 6 months ago

istanbul-lib-coverage v3.2.2

Weekly downloads
16,509,069
License
BSD-3-Clause
Repository
github
Last release
6 months 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_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-bridgemost-dependenciesopea-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_sampledotenv-coredogandev-simple-toastdok-fortress-globalsdok-cloud-globalsdotex-pluginember-cli-code-coverageeditorjs_forkededitor.js-custom-multiple-selectedembark-test-runnerdskcorenewesm-unit@simstudio/htmldiffjawwy_library_newjawy_library_v1gamification-jawwy-libraryframework_test_library_sixdee_new_jawwytest_lib_module_aartrythistrythatcypress-native-coveragequickcapture_react_nativezubtesttodaygithub-actions-client@pengzhi1998/libreact-native-additionreact-native-app-integrity-checksumreact-native-app-bubble@sephriot/react-native-persistable-urigulp-jsx-coveragereact-microphone-recorder1react-native-azure-communication-servicesreact-native-badge-controlreact-native-basic-screenreact-native-basic-appreact-native-biometric-authenticate@poscredit/plugin-chart-borisreact-native-android-video-player-viewreact-native-android-scoped-storagereact-native-animate-text@podlubnaja/ui-kit@sk1ppi/solana-module-1-using-on-chain-programsreact-native-bluetooth-device-detectreact-native-bleccs-components@percent/percent-api-hooks@perdieminc/models@phong95/react-native-multiple-image-picker
3.2.2

6 months ago

3.2.1

6 months ago

3.2.0

3 years ago

3.1.0

3 years ago

3.0.2

3 years ago

3.0.1

3 years ago

3.0.0

4 years ago

3.0.0-alpha.2

4 years ago

3.0.0-alpha.1

5 years ago

3.0.0-alpha.0

5 years ago

2.0.5

5 years ago

2.0.4

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

1.2.1

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.2.0

6 years ago

1.1.2

6 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

8 years ago

1.0.0-alpha.4

8 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