
Security News
ECMAScript 2025 Finalized with Iterator Helpers, Set Methods, RegExp.escape, and More
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
jest-coverage-shield
Advanced tools
This is a fork of coverage-badger. Its quite slow to download from shield.io
Every single time. So if there is no change to the size/color of the badge. We will just modify the %age instead. Also opens up the shieldStyle
flag.
Creates a coverage badge by reading the Clover XML coverage report using https://github.com/badges/shields.
npm install --save-dev coverage-badger
coverage-badger can be run as a NPM script.
Example:
"scripts": {
"coverage-badge": "coverage-badger -r coverage/clover.xml -d coverage/",
"coverage": "npm test -- --coverage && npm run coverage-badge"
}
You can now use the CLI to create the badge for a XML Clover report.
The CLI prints the following help:
$ ./node_modules/coverage-badger/lib/cli.js
Usage: cli [options]
Generates a badge for a given Clover XML report
Options:
-h, --help output usage information
-V, --version output the version number
-f, --defaults Use the default values for all the input.
-e, --excellentThreshold <n> The threshold for green badges, where coverage >= -e
-g, --goodThreshold <n> The threshold for yellow badges, where -g <= coverage < -e
-b, --badgeFileName <badge> The badge file name that will be saved.
-r, --reportFile <report> The Clover XML file path.
-d, --destinationDir <destination> The directory where 'coverage.svg' will be generated at.
-s, --shieldStyle <style> The badge style check shields.io for more info
Examples:
$ coverage-badger -e 90 -g 65 -r coverage/clover.xml -d coverage/
* Green: coverage >= 90
* Yellow: 65 <= coverage < 90
* Red: coverage < 65
* Created at the coverage directory from the given report.
FAQs
Auto creates jest coverage shield from shield.io
The npm package jest-coverage-shield receives a total of 6,050 weekly downloads. As such, jest-coverage-shield popularity was classified as popular.
We found that jest-coverage-shield demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.
Research
North Korean threat actors linked to the Contagious Interview campaign return with 35 new malicious npm packages using a stealthy multi-stage malware loader.