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

Tatsh / destin / 31112038060
100%

Build:
DEFAULT BRANCH: master
Ran 06 Aug 2026 02:42PM UTC
Jobs 5
Files 177
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

06 Aug 2026 02:40PM UTC coverage: 99.919% (+29.1%) from 70.818%
31112038060

push

github

Tatsh
fix: GPU auto-backend fallback and bundle-proof marmalade viewer

The password cracker's `auto` backend selected CUDA or OpenCL whenever the
optional package merely imported, so a host with the extra installed but no
usable driver (the CI test runner) dispatched to the GPU and crashed with
`cudaErrorInsufficientDriver` instead of falling back to the CPU. Probe each
backend's `list_devices` and treat an import failure, an empty list, or a
driver or platform error as "no device", so `auto` falls back to the CPU and an
explicit `--backend cuda`/`opencl` raises a clear error.

The standalone WebGL viewer loaded its Jinja template and render loop from
`marmalade/templates` at import time, which a PyInstaller `--onefile` build
omits, so the frozen `destin` binary raised `ValueError` on import. Inline both
assets into `viewer.py` so the module needs no package data at run time; the
rendered HTML is byte-for-byte unchanged.

Signed-off-by: Andrew Udvare <audvare@gmail.com>

1375 of 1375 branches covered (100.0%)

Branch coverage included in aggregate %.

9 of 9 new or added lines in 2 files covered. (100.0%)

4 existing lines in 1 file now uncovered.

10942 of 10952 relevant lines covered (99.91%)

5.0 hits per line

Coverage Regressions

Lines Coverage ∆ File
4
92.91
15.49% destin/bitrock/password_cracker/crack.py
Jobs
ID Job ID Ran Files Coverage
1 31112038060.1 06 Aug 2026 02:42PM UTC 177
99.92
GitHub Action Run
2 31112038060.2 06 Aug 2026 02:42PM UTC 177
99.92
GitHub Action Run
3 31112038060.3 06 Aug 2026 02:42PM UTC 177
99.92
GitHub Action Run
4 31112038060.4 06 Aug 2026 02:42PM UTC 177
99.92
GitHub Action Run
5 31112038060.5 06 Aug 2026 02:45PM UTC 177
99.92
GitHub Action Run
Source Files on build 31112038060
  • Tree
  • List 177
  • Changed 57
  • Source Changed 17
  • Coverage Changed 57
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #31112038060
  • 1561716c on github
  • Prev Build on master (#31069625854)
  • Next Build on master (#31112588621)
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