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

decentraland / profile-images / 31743493857
89%

Build:
DEFAULT BRANCH: main
Ran 13 Aug 2026 09:00PM UTC
Jobs 1
Files 21
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

13 Aug 2026 08:58PM UTC coverage: 89.085% (+0.01%) from 89.073%
31743493857

push

github

web-flow
fix: address PR #152 review findings — async anti-pattern, fire-and-forget cleanup, tmpdir path (#163)

- Refactor runGodot to move async setup (writeFile, mkdir) before the Promise
  constructor, eliminating the `new Promise(async ...)` anti-pattern that could
  cause unhandled rejections on future edits.
- Switch cleanupTempFile calls from `await` to fire-and-forget (`void`) since
  errors are already caught internally — avoids coupling resolve timing to I/O.
- Use `path.join(os.tmpdir(), ...)` for temp avatar files instead of resolving
  against CWD, making the path robust across different execution contexts.
- Update tests to assert temp file paths under os.tmpdir().

Closes #162

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

232 of 286 branches covered (81.12%)

Branch coverage included in aggregate %.

22 of 32 new or added lines in 1 file covered. (68.75%)

576 of 621 relevant lines covered (92.75%)

24.84 hits per line

Uncovered Changes

Lines Coverage ∆ File
10
76.22
0.17% src/adapters/godot.ts
Jobs
ID Job ID Ran Files Coverage
1 31743493857.1 13 Aug 2026 09:00PM UTC 42
90.2
GitHub Action Run
Source Files on build 31743493857
  • Tree
  • List 21
  • Changed 16
  • Source Changed 1
  • Coverage Changed 16
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #31743493857
  • d701456d on github
  • Prev Build on main (#31734262735)
  • Next Build on main (#31797865521)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc