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

kobotoolbox / kpi / 26212220147
82%
master: 76%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 21 May 2026 07:38AM UTC
Jobs 10
Files 916
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 May 2026 07:34AM UTC coverage: 82.024% (-0.009%) from 82.033%
26212220147

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>

9236 of 12470 branches covered (74.07%)

30541 of 37234 relevant lines covered (82.02%)

5.73 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26212220147.1 21 May 2026 07:38AM UTC 912
53.63
2 26212220147.2 21 May 2026 07:38AM UTC 912
52.0
3 26212220147.3 21 May 2026 07:39AM UTC 914
53.23
4 26212220147.4 21 May 2026 07:40AM UTC 914
54.89
5 26212220147.5 21 May 2026 07:40AM UTC 912
52.25
6 26212220147.6 21 May 2026 07:41AM UTC 914
66.11
7 26212220147.7 21 May 2026 07:41AM UTC 912
59.45
8 26212220147.8 21 May 2026 07:42AM UTC 914
53.59
9 26212220147.9 21 May 2026 07:43AM UTC 914
60.59
10 26212220147.10 21 May 2026 07:46AM UTC 916
68.39
Source Files on build 26212220147
  • Tree
  • List 916
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • cc677ac5 on github
  • Prev Build on main (#26152690191)
  • Next Build on main (#26237509050)
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