diff --git a/README.md b/README.md index 0ca18e30..dc4cfe33 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ babel-plugin-transform-remove-imports [![NPM version](https://img.shields.io/npm/v/babel-plugin-transform-remove-imports.svg?style=flat)](https://npmjs.org/package/babel-plugin-transform-remove-imports) [![Build and Test](https://github.com/uiwjs/babel-plugin-transform-remove-imports/workflows/Build%20and%20Test/badge.svg)](https://github.com/uiwjs/babel-plugin-transform-remove-imports/actions) -[![Coverage Status](https://coveralls.io/repos/github/uiwjs/babel-plugin-transform-remove-imports/badge.svg?branch=master)](https://coveralls.io/github/uiwjs/babel-plugin-transform-remove-imports?branch=master) +[![Coverage Status](https://uiwjs.github.io/babel-plugin-transform-remove-imports/badges.svg)](https://uiwjs.github.io/babel-plugin-transform-remove-imports/lcov-report) [![Downloadss](https://img.shields.io/npm/dm/babel-plugin-transform-remove-imports.svg?style=flat)](https://npmjs.org/package/babel-plugin-transform-remove-imports) Modular import plugin for babel for server-side rendering. Also works for cjs to delete imported CSS to avoid compilation errors.. diff --git a/package.json b/package.json index 228b5794..4d149495 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,10 @@ "jest": { "bail": true, "verbose": true, + "coverageReporters": [ + "lcov", + "json-summary" + ], "coveragePathIgnorePatterns": [ "/test/cases" ],