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

popstas / talks-reducer
67%

Build:
DEFAULT BRANCH: master
Repo Added 10 Oct 2025 01:15PM UTC
Files 70
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

LAST BUILD ON BRANCH master
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • codex/add-480-argument-for-conversion
  • codex/add-address-factory-support-in-talks_reducer
  • codex/add-build-installer-script-and-ci-job
  • codex/add-codex-suffix-to-filename
  • codex/add-coveralls-integration-to-ci
  • codex/add-icons-to-pip-build-i3m0mz
  • codex/add-keyframe-adjustment-to-advanced-settings
  • codex/add-keyframe-adjustment-to-advanced-settings-a7pg9q
  • codex/add-no-optimize-arg-for-copy-mode
  • codex/add-presets-buttons-to-gui
  • codex/add-shared-progress-handle-helper
  • codex/add-test-coverage-for-cli.py
  • codex/add-test-coverage-to-cli.py
  • codex/add-tests-for-default_temp_folder-and-processingoptions
  • codex/add-tests-for-gui-layout-initialization
  • codex/add-tests-for-gui/discovery.py
  • codex/add-tests-for-progress-reporting
  • codex/add-video-codec-support-to-pipeline
  • codex/add-windows-setup-installer-for-talks-reducer
  • codex/add-windows-taskbar-progress-reporting
  • codex/create-audio-fixtures-and-tests
  • codex/create-tests-for-audio-chunk-functions
  • codex/create-tests-for-ffmpeg-functions
  • codex/decompose-_update_status_from_message
  • codex/decompose-gui/__init__.py-and-add-tests
  • codex/enable-dpi-awareness-for-tkinter-app
  • codex/extract-build_server_parser-helper-function
  • codex/find-tests-for-layout.py
  • codex/fix-build-gui-options-error
  • codex/fix-empty-dist-directory-in-macos-build
  • codex/fix-error-near-suffix_parts
  • codex/fix-headless-mode-test-failure
  • codex/fix-icon-in-webui
  • codex/fix-playback-delays-in-small-video
  • codex/fix-stop-button-in-gui
  • codex/get-test-coverage-and-add-tests
  • codex/get-test-coverage-and-add-tests-lmcuih
  • codex/improve-cuda-capability-detection
  • codex/improve-cuda-capability-detection-iv3uxr
  • codex/improve-test-coverage-for-gui-modules
  • codex/improve-test-coverage-for-gui/app.py
  • codex/improve-test-coverage-for-server.py
  • codex/refactor-cli.py-and-add-unit-tests
  • codex/refactor-find-icon-functions-in-multiple-files
  • codex/refactor-gui.py-into-talks_reducer-package
  • codex/refactor-process_files_via_server-and-add-tests
  • codex/refactor-server.py-for-helper-function
  • codex/refactor-servertrayapplication-to-use-dependencies
  • codex/refactor-talks_reducer-pipeline-and-tests
  • codex/refactor-talks_reducer/gui/app.py-into-modules
  • codex/rename-talks-reducer-artifact-in-workflow
  • codex/replace-ffmpeg-imageio-with-static-ffmpeg
  • codex/show-convert-progress-on-taskbar
  • codex/smooth-progress-bar-updates
  • codex/test-app.py-status-style-functions
  • codex/test-pipeline.py-functions-with-demo-video
  • codex/update-icon-search-paths
  • master
  • v0.10.1
  • v0.7.2
  • v0.8.0
  • v0.8.1
  • v0.8.2
  • v0.8.3
  • v0.8.4
  • v0.8.5
  • v0.8.6
  • v0.9.0
  • v0.9.2
  • v0.9.3
  • v0.9.4

05 Mar 2026 07:26AM UTC coverage: 67.445%. Remained the same
22707098541

push

github

popstas
fix: change gui status to "Processing" in fallback mode

1 of 1 new or added line in 1 file covered. (100.0%)

6124 of 9080 relevant lines covered (67.44%)

0.67 hits per line

Relevant lines Covered
Build:
Build:
9080 RELEVANT LINES 6124 COVERED LINES
0.67 HITS PER LINE
Source Files on master
  • Tree
  • List 70
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
22707098541 master fix: change gui status to "Processing" in fallback mode push 05 Mar 2026 07:27AM UTC popstas github
67.44
22706774772 master feat(gui): wire up progress bar during FFmpeg encoding Forward total frame count and a progress_callback through _TkProgressReporter → _GuiProgressHandle so that progress.advance() calls in ffmpeg.py drive the GUI progress bar at 1% granularity (... push 05 Mar 2026 07:16AM UTC popstas github
67.44
22706404130 master fix(ffmpeg): log progress when total frames unknown When total frame count is unavailable, log frame count every 30 seconds so users see intermediate progress in the GUI instead of silence between "started"/"completed". Co-Authored-By: Claude Op... push 05 Mar 2026 07:04AM UTC popstas github
67.54
22705578630 master docs: update changelog push 05 Mar 2026 06:34AM UTC popstas github
67.46
22705564519 master feat(pipeline): log fallback FFmpeg command Log the CPU fallback FFmpeg command string before execution, matching the primary command logging format. This aids debugging when CUDA encoding fails silently. Co-Authored-By: Claude Opus 4.6 <noreply... push 05 Mar 2026 06:34AM UTC popstas github
67.46
22253843277 v0.10.1 chore(build): bump version to 0.10.1 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> push 21 Feb 2026 08:47AM UTC popstas github
67.27
22253806395 master fix(server): remove spurious final progress call The progress(1.0, desc="Complete") call at the end of process_video was incorrectly overriding the task reporter's own 100% event and lacked the required `total` argument. Removing it lets the task... push 21 Feb 2026 08:44AM UTC popstas github
67.27
22250668885 master fix(gui): higher contrast selected preset button Use accent color as background and selection_foreground as text color for SelectedLink.TButton, replacing the barely-visible surface/accent combo. Hover shows only a pointer cursor with no backgrou... push 21 Feb 2026 04:54AM UTC popstas github
67.51
22250480178 master fix(gui): higher contrast selected preset button Use accent color as background and selection_foreground as text color for SelectedLink.TButton, replacing the barely-visible surface/accent combo. Switch font from underline to bold for a clear act... push 21 Feb 2026 04:40AM UTC popstas github
67.51
22026525963 master feat: show absolute duration and file size in result output Display output duration (e.g. 12:34) and file size (e.g. 45.2MB) alongside the existing ratio percentages in both CLI and GUI result summaries. A format_file_size helper is extracted in ... push 15 Feb 2026 12:07AM UTC popstas github
67.51
See All Builds (213)
  • Repo on GitHub
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