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

kobotoolbox / kpi / 26212220147 / 6
82%
master: 76%

Build:
Build:
LAST BUILD BRANCH: dev-1383-unit-tests
DEFAULT BRANCH: master
Ran 21 May 2026 07:41AM UTC
Files 914
Run time 42s
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 May 2026 07:34AM UTC coverage: 66.108% (+13.9%) from 52.248%
26212220147.6

push

github

web-flow
feat(bulkProcessing): mark in progress cells DEV-1407 DEV-2122 (#7055)

### đŸ“Ŗ Summary

Marks Project → Data → Table cells as in progress when a bulk action is
undergoing. This change is hidden behind a feature flag.

### 💭 Notes

This is a simple UI change (DEV-1407) with a quite big supporting code
behind it (DEV-2122)

Changes here:
- Wrapped `DataTable` (class component from `table.tsx`) in
`DataTableWrapper` (functional component) to use hooks in it
- Few linter fixes in `table.tsx` file
- Added `buildSupplementalPath` utility function (with tests) in
`processingUtils.ts` for unified supplemental path handling - it reuses
existing code of `getSupplementalPathParts` utility
- `DataTableCell` (introduced in #7052) changes:
- Hidden behind feature flag: shows "Processing" when bulk processing is
in progress (not testable in UI, only in Storybook)
- Now it has a stories file - the stories are not very interactive, but
there is an example of how it looks like for few examples, including
`BulkProcessingInProgress`
- Introduced `bulkProcessingUtils.ts` file
- Was considering extending `processingUtils.ts`, but decided bulk
processing is a special separate branch of processing and can have a
separate file
- It has `getBulkProcessingColumnKey` utility function (reuses
`buildSupplementalPath`) and `isBulkProcessingCellInProgress` utility
function (self explanatory) - both with few simple unit tests
- Added MSW based mock file for bulk actions `bulkActions.mocks.ts` -
used it in Storybook :)
- Fixes font rendering in Storybook (Roboto font wasn't being loaded in
there) by introducing a shared fonts.ts file
- Enables all feature flags by default in Storybook context

### 👀 Preview steps

1. â„šī¸ Run storybook
2. Go to Components → DataTableCell
3. đŸŸĸ Notice that "Bulk Processing In Progress" story is rendering
"Processing"

---------

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>

6706 of 12441 branches covered (53.9%)

24610 of 37227 relevant lines covered (66.11%)

0.66 hits per line

Source Files on job 26212220147.6
  • Tree
  • List 914
  • Changed 317
  • Source Changed 0
  • Coverage Changed 317
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 26212220147
  • cc677ac5 on github
  • Prev Job for on main (#26152690191.2)
  • Next Job for on main (#26237509050.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