
Security News
Meet Socket at Black Hat and DEF CON 2025 in Las Vegas
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
coverage-on-diff
Advanced tools
A tool that uses an instanbul json code coverage report and git diff to calculate the code coverage on new lines added
npm i coverage-on-diff --save-dev
terminal > ./coverageOnDiff --help
Run diff against current code coverage
Usage: cli.js -d [file]
Options:
--version Show version number [boolean]
--diff, -d diff file to compare code coverage to [string] [required]
--coverage, -c instanbul json code coverage report to use against diff
[string] [default: "./coverage/coverage-final.json"]
--path, -p relative root dir for code coverage
[string] [default: "./"]
--report, -r type of report
[array] [choices: "text", "text-summary"] [default: "text-summary"]
--stmt, -s percentage threshold for stmt coverage [number] [default: 80]
--branch, -b percentage threshold for branch coverage [number] [default: 0]
--ignore, -i ignore threshold checks [boolean]
--help Show help [boolean]
The final report will look similar to below:
text-summary view
./coverageOnDiff -d ~/dev/branch.diff
text view
./coverageOnDiff -d ~/dev/branch.diff -r text
Threshold test will run by default with 80% statement coverage and 0% branch coverage
FAQs
A tool to get code coverage on new lines added based on a diff
The npm package coverage-on-diff receives a total of 1,596 weekly downloads. As such, coverage-on-diff popularity was classified as popular.
We found that coverage-on-diff 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
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.