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

safe-global / safe-client-gateway / 29098733402 / 2
87%
main: 87%

Build:
DEFAULT BRANCH: main
Ran 10 Jul 2026 02:13PM UTC
Files 915
Run time 29s
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

10 Jul 2026 02:09PM UTC coverage: 61.625% (+0.02%) from 61.605%
29098733402.2

push

github

web-flow
fix(tests): resolve remaining flaky tests after Vitest migration (#3242)

* fix(tests): resolve post-Vitest flaky tests

Three tests kept flaking after #3139 (all surfaced via Datadog CI Pipeline
Health, which our log-scraping report missed once the suite moved to Vitest):

- name.builder: nameBuilder() sanitized (trimmed) the faker name and THEN
  truncated to NAME_MAX_LENGTH; the cut could land right after a space and
  re-introduce trailing whitespace, so sanitizeName(name) !== name. Re-sanitize
  after truncation so the result is a fixed point.
- bridge-name.entity.spec: the 'unknown bridge name' case used
  faker.word.noun(), which can itself be a bridge name (omni, polygon, across,
  gnosis, ...), making safeParse succeed and the assertion flip. Resample until
  the word is genuinely not a bridge name.
- integration specs: afterEach/afterAll called 'await app.close()' unguarded,
  so any beforeEach failure left app undefined and every test in the file
  reported 'Cannot read properties of undefined (reading close)' instead of the
  real error. Guarded with 'await app?.close()' across all integration specs.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* refactor(tests): drop redundant if(app) guards before app?.close()

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

2725 of 4512 branches covered (60.39%)

Branch coverage included in aggregate %.

6703 of 10787 relevant lines covered (62.14%)

113.68 hits per line

Source Files on job run-unit-tests - 29098733402.2
  • Tree
  • List 915
  • Changed 3
  • Source Changed 1
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 29098733402
  • a8ca1696 on github
  • Prev Job for on main (#29093934544.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

© 2026 Coveralls, Inc