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

kobotoolbox / kpi / 21217311342
81%
master: 76%

Build:
Build:
LAST BUILD BRANCH: DEV-1636-uuid-constants-for-tests
DEFAULT BRANCH: master
Ran 21 Jan 2026 05:00PM UTC
Jobs 2
Files 881
Run time 2min
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: 81.348% (+0.001%) from 81.347%
21217311342

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.

7192 of 11272 branches covered (63.8%)

8 of 9 new or added lines in 4 files covered. (88.89%)

27769 of 34136 relevant lines covered (81.35%)

1.6 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
86.67
-1.79% kpi/schema_extensions/v2/user_reports/extensions.py
Jobs
ID Job ID Ran Files Coverage
1 21217311342.1 21 Jan 2026 05:00PM UTC 879
78.99
2 21217311342.2 21 Jan 2026 05:02PM UTC 881
81.31
Source Files on build 21217311342
  • Tree
  • List 881
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 97decf0d on github
  • Prev Build on release/2.025.47 (#21176368231)
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