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

Tatsh / deltona / 34200408651
100%

Build:
DEFAULT BRANCH: master
Ran 08 Sep 2026 07:40AM UTC
Jobs 5
Files 51
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 Sep 2026 07:36AM UTC coverage: 100.0%. Remained the same
34200408651

push

github

Tatsh
project: name Ruff rules instead of numbering them

Three Ruff rules were themselves being ignored, and they are the ones
that ask for this. noqa-comments rejects `# noqa` in favour of
`# ruff: ignore[...]`, rule-codes-in-suppression-comments wants the
rule's name inside it, and rule-codes-in-selectors wants names in the
configuration too. Dropping those three from the ignore list is what
produced every other change here.

A code has to be looked up. `# ruff: ignore[blind-except]` reads as the
thing the rule enforces, and so does an ignore list written out in
pyproject.toml. Ruff resolves either form, so the codes were only ever
the shorter of the two. output-prefer-rule-codes goes as well, so a
diagnostic reports the name a suppression would have to carry.

The `# noqa` form has a second problem: it cannot name a rule that has
no code, and pytest-fixture-autouse, which the test configuration
ignores, does not have one.

The lazy import in _decrypt_aes_cbc suppresses unsorted-imports too.
Spelling the rule out pushes the statement past the column limit, where
isort wants one name to a line and yapf joins them back, and neither
yields. The import is sorted; only the wrapping is in dispute.

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

1964 of 1964 branches covered (100.0%)

Branch coverage included in aggregate %.

5 of 5 new or added lines in 4 files covered. (100.0%)

7340 of 7340 relevant lines covered (100.0%)

5.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 34200408651.1 08 Sep 2026 07:40AM UTC 51
100.0
GitHub Action Run
2 34200408651.2 08 Sep 2026 07:41AM UTC 51
100.0
GitHub Action Run
3 34200408651.3 08 Sep 2026 07:41AM UTC 51
100.0
GitHub Action Run
4 34200408651.4 08 Sep 2026 07:42AM UTC 51
99.99
GitHub Action Run
5 34200408651.5 08 Sep 2026 07:42AM UTC 51
100.0
GitHub Action Run
Source Files on build 34200408651
  • Tree
  • List 51
  • Changed 7
  • Source Changed 7
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #34200408651
  • 090d05ca on github
  • Prev Build on master (#34193886686)
  • Next Build on master (#34501121435)
  • 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