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

Tatsh / deltona / 30723844980 / 2
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 01 Aug 2026 11:43PM UTC
Files 28
Run time 0s
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

01 Aug 2026 11:40PM UTC coverage: 100.0%. Remained the same
30723844980.2

push

github

Tatsh
project: resolve outstanding Ruff findings

Twenty findings were reported across the package, so a clean run gave no
signal about newly introduced problems.

Ignore S607 globally. Executables such as ffmpeg, killall, and taskkill
are deliberately resolved through PATH, which is the same reasoning that
already excludes S404 and S603, and it applies at eight call sites.

Suppress the deliberate gi.repository imports in the desktop command,
which stay lazy because pygobject is an optional dependency, and the
naive strptime call on a yt-dlp upload date, which has no timezone to
parse and only feeds a modification time.

Name the signal handler arguments in wineshell with a leading underscore
rather than suppressing the rule, since the handler must accept the two
arguments the signal module passes but uses neither.

Suppress the ambiguous character rule on the fullwidth test string,
which is the input the test exists to convert. The literal moves to its
own line so the suppression fits the line length.

Import is_binary_string at module scope. Ruff and yapf disagreed about
how to wrap the parenthesised form once a suppression comment made the
line longer, each undoing the other. The import needs no suppression at
module scope, binaryornot is a required dependency rather than an
optional one, and it was being re-imported on every iteration of a
nested loop. The tests patch it where it is now looked up.

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

438 of 438 branches covered (100.0%)

Branch coverage included in aggregate %.

3602 of 3602 relevant lines covered (100.0%)

1.0 hits per line

Source Files on job 30723844980.2
  • Tree
  • List 28
  • Changed 6
  • Source Changed 6
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 30723844980
  • 4f4b532b on github
  • Prev Job for on master (#30681916565.1)
  • Next Job for on master (#30739721651.3)
  • Delete
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