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

kivymd / KivyMD / 30329783748
36%

Build:
DEFAULT BRANCH: master
Ran 28 Jul 2026 04:54AM 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

28 Jul 2026 04:48AM UTC coverage: 36.273% (-0.2%) from 36.456%
30329783748

push

github

HeaTTheatR
feat(datatables): add API for programmatic checkbox management

Added methods to MDDataTable for programmatic control of checkboxes:

- set_row_checked(row_index, checked) - set checkbox state for a specific row
- set_rows_checked(row_indices, checked) - set checkbox states for multiple rows
- set_all_rows_checked(checked) - set all checkboxes (check/uncheck all)
- toggle_row_checked(row_index) - toggle checkbox state
- is_row_checked(row_index) - check if row is selected
- get_checked_row_indices() - get indices of all checked rows
- clear_all_checks() - uncheck all rows
- check_all_rows() - check all rows

This API enables:
- Programmatic selection/deselection of rows
- Bulk operations after row deletion
- Toggling states programmatically
- Checking selection status

Closes: #1414"

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

1 existing line in 1 file now uncovered.

3825 of 10545 relevant lines covered (36.27%)

0.36 hits per line

Uncovered Changes

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

Coverage Regressions

Lines Coverage ∆ File
1
0.0
0.0% kivymd/uix/datatables/datatables.py
Jobs
ID Job ID Ran Files Coverage
1 30329783748.1 28 Jul 2026 04:54AM UTC 188
36.27
GitHub Action Run
Source Files on build 30329783748
  • Tree
  • List 188
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 812d1ed8 on github
  • Prev Build on master (#30249175189)
  • Next Build on master (#30346084398)
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