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

kobotoolbox / kpi / 18868719482 / 1
81%
master: 76%

Build:
Build:
LAST BUILD BRANCH: beccagraber/dev-1560-dc-fixes
DEFAULT BRANCH: master
Ran 28 Oct 2025 09:04AM UTC
Files 875
Run time 31s
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

28 Oct 2025 08:31AM UTC coverage: 78.941% (-2.3%) from 81.284%
18868719482.1

push

github

web-flow
fix(assets): handle anonymous user access on asset snapshot list DEV-1105 (#6409)

### 📣 Summary
Fixes an issue where anonymous users received a 500 error when accessing
the asset snapshots list endpoint. Anonymous requests now safely return
an empty response instead of causing a server error.


### 📖 Description
Previously, the `/api/v2/asset_snapshots/` endpoint raised a server
error when accessed anonymously, because the code attempted to access
`organization.is_admin_only()` even when no organization was associated
with the user.
This PR updates the filtering logic to handle anonymous users gracefully
and adds a unit test to ensure no 500 error occurs in such cases.

6867 of 11161 branches covered (61.53%)

26529 of 33606 relevant lines covered (78.94%)

0.79 hits per line

Source Files on job 18868719482.1
  • Tree
  • List 875
  • Changed 30
  • Source Changed 0
  • Coverage Changed 30
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 18868719482
  • 8758990e on github
  • Prev Job for on release/2.025.43 (#18764433936.2)
  • Next Job for on release/2.025.43 (#18874910536.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