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

kivymd / KivyMD / 30249175189
36%

Build:
DEFAULT BRANCH: master
Ran 27 Jul 2026 08:18AM UTC
Jobs 1
Files 188
Run time 1min
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

27 Jul 2026 08:15AM UTC coverage: 36.456% (-0.06%) from 36.516%
30249175189

push

github

HeaTTheatR
fix(datatables): fix get_row_checks() to work with pagination and scrolling

Problem:
- get_row_checks() relied on visible widgets (get_visible_view())
- Scrolled-out rows were not included in the results
- Duplicate rows appeared when scrolling back to the top

Solution:
- Added checked_row_indices property to store indices of all checked rows
- _get_row_checks() now uses checked_row_indices instead of visible widgets
- Updated select_all() to sync checked_row_indices
- Added _restore_check_states() to restore checkbox states when changing pages

Changes:
- TableData: added checked_row_indices property
- TableData: rewrote _get_row_checks() to use checked_row_indices
- TableData: updated select_all() to work with checked_row_indices
- TableData: added _restore_check_states() for pagination
- TableData: updated set_next_row_data_parts() to call _restore_check_states()
- CellRow: select_check() now updates checked_row_indices
- CellRow: fixed synchronization with table.checked_row_indices

Now get_row_checks() returns correct list of checked rows regardless of
scroll position and current pagination page.

0 of 34 new or added lines in 1 file covered. (0.0%)

3 existing lines in 1 file now uncovered.

3825 of 10492 relevant lines covered (36.46%)

0.36 hits per line

Uncovered Changes

Lines Coverage ∆ File
34
0.0
0.0% kivymd/uix/datatables/datatables.py

Coverage Regressions

Lines Coverage ∆ File
3
0.0
0.0% kivymd/uix/datatables/datatables.py
Jobs
ID Job ID Ran Files Coverage
1 30249175189.1 27 Jul 2026 08:18AM UTC 188
36.46
GitHub Action Run
Source Files on build 30249175189
  • Tree
  • List 188
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 7a4e442a on github
  • Prev Build on master (#30242600757)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc