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

sudo-suhas / elastic-builder / 19623479558
100%

Build:
DEFAULT BRANCH: master
Ran 24 Nov 2025 04:38AM UTC
Jobs 1
Files 180
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

24 Nov 2025 04:36AM UTC coverage: 100.0%. Remained the same
19623479558

push

github

web-flow
feat: Remove lodash dependency (#220)

Replace lodash with lean custom utility functions, reducing bundle
size by 39.8% (71,929 bytes). Implemented eight purpose-specific
utilities in src/_/ directory to handle null checks, type validation,
object manipulation, and collection operations.

Bundle Size Improvement:
- Before: 180,599 bytes (176 KiB)
- After: 108,670 bytes (106 KiB)
- Reduction: 71,929 bytes (39.8%)

Custom Utilities Implemented:
- isNil(value) - Null/undefined check
- isEmpty(value) - Empty value check
- has(object, key) - Own property check
- hasIn(object, key) - Inherited property check
- isString(value) - String type check
- isObject(value) - Object type check
- head(array) - Array first element
- omit(object, keys) - Object key exclusion

Implementation Details:
- Updated 93 lodash imports across src/ directory
- Replaced lodash calls with _.functionName() pattern
- Moved lodash from dependencies to devDependencies
- Maintained for test files only
- All 477 tests pass with 100% coverage
- No functionality regressions
- TypeScript definitions remain valid

693 of 693 branches covered (100.0%)

Branch coverage included in aggregate %.

292 of 292 new or added lines in 91 files covered. (100.0%)

3298 of 3298 relevant lines covered (100.0%)

232.6 hits per line

Jobs
ID Job ID Ran Files Coverage
1 -node- - 19623479558.1 24 Nov 2025 04:38AM UTC 180
100.0
GitHub Action Run
Source Files on build 19623479558
  • Tree
  • List 180
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 377e727a on github
  • Prev Build on master (#19612325797)
  • Next Build on master (#19727954794)
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

© 2026 Coveralls, Inc