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

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

Build:
Build:
LAST BUILD BRANCH: DEV-1636-uuid-constants-for-tests
DEFAULT BRANCH: master
Ran 21 Jan 2026 05:00PM UTC
Files 879
Run time 21s
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

21 Jan 2026 04:25PM UTC coverage: 78.986% (+0.002%) from 78.984%
21217311342.1

push

github

web-flow
fix(userReports): rename `/api/v2/user-reports/` API fields DEV-1616 DEV-1617 (#6630)

### 📖 Description
This PR updates the `UserReports` materialized view to rename two fields
and add retention context. These changes ensure the API response field
names accurately reflect the underlying data and logic.

Changes:
- `deployed_asset_count` -> `active_project_count`: The previous name
implied a count of all deployed assets, but the metric specifically
tracks projects that are currently active and not archived.
`active_project_count` is a more semantically accurate label for this
data point.

- `total_submission_count.all_time` ->
`total_submission_count.cumulative`: The label `all_time` was
misleading. This value is calculated using the
`DailyXFormSubmissionCounter`, from which old records are periodically
purged based on the `DAILY_COUNTERS_MAX_DAYS` setting. Consequently, the
count reflects a retention window (~12 months) rather than the true
history since inception.

- Added `retention_days`: Added a new field to explicitly expose the
`DAILY_COUNTERS_MAX_DAYS` setting, allowing super users to understand
the time window represented by the cumulative count.

6987 of 11322 branches covered (61.71%)

26957 of 34129 relevant lines covered (78.99%)

0.79 hits per line

Source Files on job 21217311342.1
  • Tree
  • List 879
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 21217311342
  • 97decf0d on github
  • Prev Job for on release/2.025.47 (#21176368231.1)
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