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

popstas / talks-reducer / 28960129021
77%

Build:
DEFAULT BRANCH: master
Ran 08 Jul 2026 04:50PM UTC
Jobs 1
Files 80
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

08 Jul 2026 04:50PM UTC coverage: 76.529% (-0.04%) from 76.569%
28960129021

push

github

web-flow
feat: Show Windows taskbar progress and ring a bell when a run finishes (#150)

Mirror the GUI progress bar onto the Windows taskbar button through
ITaskbarList3 (pure ctypes, no new dependency) so a minimized app still
shows how far a conversion has gotten. When the run ends the indicator is
held — green at 100% on success, red on failure — until the window regains
focus. A run that ends while the window is focused clears the indicator and
stays silent; pressing Stop clears it immediately.

Also ring the system bell on success or failure, on every platform, unless
the window is already focused.

TaskbarProgress.clear() deactivates the indicator rather than merely
releasing the hold: a finished run reports itself as _set_status("success")
followed by _set_progress(100), and without that gate the trailing progress
update repaints a bar the status just cleared.

Non-Windows platforms and any COM failure fall back to a null backend, so
call sites need no platform guard.

113 of 152 new or added lines in 2 files covered. (74.34%)

346 existing lines in 1 file now uncovered.

9886 of 12918 relevant lines covered (76.53%)

0.77 hits per line

Uncovered Changes

Lines Coverage ∆ File
31
73.5
talks_reducer/gui/taskbar.py
8
48.8
0.92% talks_reducer/gui/app.py

Coverage Regressions

Lines Coverage ∆ File
346
48.8
0.92% gui/app.py
Jobs
ID Job ID Ran Files Coverage
1 28960129021.1 08 Jul 2026 04:50PM UTC 80
76.53
GitHub Action Run
Source Files on build 28960129021
  • Tree
  • List 80
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28960129021
  • 64682ebc on github
  • Prev Build on master (#28817066694)
  • Next Build on master (#28973290750)
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