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

decentraland / profile-images / 24191902441
89%
main: 89%

Build:
Build:
LAST BUILD BRANCH: fix/200-generate-image-only-when-changes
DEFAULT BRANCH: main
Ran 09 Apr 2026 01:09PM UTC
Jobs 1
Files 20
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

09 Apr 2026 01:06PM UTC coverage: 88.921% (-0.2%) from 89.127%
24191902441

Pull #147

github

kevinszuchet
refactor: use S3 object metadata instead of separate avatar.json for change detection

Replace the avatar.json S3 file approach with a SHA-256 hash stored as
metadata on body.png. This reduces S3 operations per render (HeadObject
instead of GetObject, no extra PutObject/DeleteObject), simplifies the
storage interface (1 new method instead of 3), and eliminates failure
cleanup (body.png is never overwritten on Godot failure).

- Replace avatarsAreVisuallyEqual() with computeAvatarHash() (SHA-256)
- Add retrieveAvatarHash() using HeadObject on body.png
- Pass avatar hash as metadata on body.png via storeImages()
- Remove retrieveAvatarInfo, storeAvatarInfo, deleteAvatarInfo
- Remove deleteAvatarInfo call on Godot failure (not needed)
- Update all tests and mocks
Pull Request #147: fix: skip Godot render when avatar has not changed

134 of 173 branches covered (77.46%)

Branch coverage included in aggregate %.

48 of 48 new or added lines in 3 files covered. (100.0%)

476 of 513 relevant lines covered (92.79%)

9.29 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24191902441.1 09 Apr 2026 01:09PM UTC 20
88.92
GitHub Action Run
Source Files on build 24191902441
  • Tree
  • List 20
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Pull Request #147
  • PR Base - main (#21028367562)
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