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

rjrodger / shape / 23502229588
94%
main: 93%

Build:
Build:
LAST BUILD BRANCH: claude/analyze-performance-issues-XGVIs
DEFAULT BRANCH: main
Ran 24 Mar 2026 05:05PM UTC
Jobs 9
Files 3
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 Mar 2026 04:38PM UTC coverage: 93.272%. First build
23502229588

Pull #8

github

claude
Optimize performance: reduce allocations, eliminate O(n²) patterns, use Sets

- Replace JSON.parse/stringify clone with type-aware clone (handles RegExp, Date, arrays)
- Replace Object.entries().map() with for loop in nodizeDeep (eliminates throwaway array)
- Hoist key expression regex to module level (avoids recompilation per key)
- Convert skip depth/keys arrays to Sets for O(1) lookups in hot validation loop
- Use Set for node key dedup check instead of Array.includes()
- Optimize pathstr() to build string directly instead of slice/filter/join
- Simplify error array handling in handleValidate (eliminate 4 intermediate arrays)
- Replace keys().filter() with explicit for loops for extra property and element detection
- Fix redundant Object.assign({...spread}, obj) pattern in buildize()
- Consolidate 4 separate Array.splice() calls into single manual shift loop in Rename
- Replace error splice-in-loop with in-place compaction pattern

https://claude.ai/code/session_012jsDyFG3U7iARde6X2ZVxW
Pull Request #8: Optimize performance: reduce allocations and eliminate O(n²) patterns

1050 of 1164 branches covered (90.21%)

Branch coverage included in aggregate %.

55 of 70 new or added lines in 1 file covered. (78.57%)

1265 of 1318 relevant lines covered (95.98%)

130867.14 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
15
93.27
gubu.js
Jobs
ID Job ID Ran Files Coverage
1 23502229588.1 24 Mar 2026 05:05PM UTC 3
93.27
GitHub Action Run
2 23502229588.2 24 Mar 2026 05:05PM UTC 3
93.27
GitHub Action Run
3 23502229588.3 24 Mar 2026 05:05PM UTC 3
93.27
GitHub Action Run
4 23502229588.4 24 Mar 2026 05:05PM UTC 3
93.27
GitHub Action Run
5 23502229588.5 24 Mar 2026 05:05PM UTC 3
93.27
GitHub Action Run
6 23502229588.6 24 Mar 2026 05:05PM UTC 3
93.27
GitHub Action Run
7 23502229588.7 24 Mar 2026 05:06PM UTC 3
93.27
GitHub Action Run
8 23502229588.8 24 Mar 2026 05:06PM UTC 3
93.27
GitHub Action Run
9 23502229588.9 24 Mar 2026 05:06PM UTC 3
93.27
GitHub Action Run
Source Files on build 23502229588
  • Tree
  • List 3
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Pull Request #8
  • Next Build on claude/analyze-performance-issues-XGVIs (#23502315624)
  • Delete
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