0.1.3 • Published 3 years ago

jest-badges v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

jest-badges

ci npm Size

Report jest coverage badges

100 89.99 79.99

Install

npm install -D jest-badges
# or
yarn add -D jest-badges

Use

Configure Jest (in package.json):

"jest": {
  "coverageReporters": [
    "text",
    "lcov",
    "jest-badges"
  ]
}

Or, in jest.config.js:

module.exports = {
  coverageReporters: [
    "text",
    "lcov",
    // ... other reporters
    "jest-badges",
  ],
};

License

jest-badges is released under the MIT License. See the bundled LICENSE file for details.

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago