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

Tatsh / deltona / 25063586033
100%

Build:
DEFAULT BRANCH: master
Ran 28 Apr 2026 03:59PM UTC
Jobs 5
Files 27
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

28 Apr 2026 03:57PM UTC coverage: 100.0%. Remained the same
25063586033

push

github

Tatsh
project: tighten read-only collection parameters to abstract types

Three internal helpers declared their read-only collection inputs as
concrete `dict`/`list`, advertising mutation rights they never used.
Switch the annotations to the matching abstract views so callers may
pass any compatible mapping or sequence (including immutable ones)
and so the signatures honestly reflect what the bodies do:

- `naming._get_name`: `names: dict[str, str]` → `Mapping[str, str]`.
- `naming.adjust_title`: `names: dict[str, str]` → `Mapping[str, str]`,
  with the docstring updated to match.
- `media._parse_cddb_query_response`: `lines: list[str]` →
  `Sequence[str]`.

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

396 of 396 branches covered (100.0%)

Branch coverage included in aggregate %.

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

3328 of 3328 relevant lines covered (100.0%)

5.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25063586033.1 28 Apr 2026 03:59PM UTC 27
100.0
GitHub Action Run
2 25063586033.2 28 Apr 2026 03:59PM UTC 27
100.0
GitHub Action Run
3 25063586033.3 28 Apr 2026 04:01PM UTC 27
100.0
GitHub Action Run
4 25063586033.4 28 Apr 2026 04:01PM UTC 27
100.0
GitHub Action Run
5 25063586033.5 28 Apr 2026 04:02PM UTC 27
100.0
GitHub Action Run
Source Files on build 25063586033
  • Tree
  • List 27
  • Changed 4
  • Source Changed 4
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #25063586033
  • 4cb2b2c0 on github
  • Prev Build on master (#25021808050)
  • Next Build on master (#25063587632)
  • Delete
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