Skip to content

ynahmany/jest-badges

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Report jest coverage badges

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 100.0%