• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tbranyen / diffhtml / 17182021200

24 Aug 2025 12:42AM UTC coverage: 98.581%. Remained the same
17182021200

push

github

web-flow
Bump sha.js from 2.4.11 to 2.4.12 in /packages/diffhtml-static-sync (#357)

Bumps [sha.js](https://github.com/crypto-browserify/sha.js) from 2.4.11 to 2.4.12.
- [Changelog](https://github.com/browserify/sha.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crypto-browserify/sha.js/compare/v2.4.11...v2.4.12)

---
updated-dependencies:
- dependency-name: sha.js
  dependency-version: 2.4.12
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

841 of 897 branches covered (93.76%)

4795 of 4864 relevant lines covered (98.58%)

427.25 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

71.43
/packages/diffhtml/lib/util/process.js
1
/**
2✔
2
 * @typedef {import('./types').Config} Config
2✔
3
 */
2✔
4
export default typeof process !== 'undefined' ? process : {
2!
5
  env: /** @type {Config} */({ NODE_ENV: 'development' }),
×
6
  argv: /** @type {string[]} */ ([]),
×
7
};
2✔
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc