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

Tatsh / livecheck / 25069504341 / 5
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 28 Apr 2026 06:04PM UTC
Files 41
Run time 1s
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 06:03PM UTC coverage: 100.0%. Remained the same
25069504341.5

push

github

Tatsh
project: use abstract collection types for read-only params

Tighten parameter annotations on functions that only read or forward
their collection arguments so callers are not constrained to mutable
concrete types:

- get_content, hash_url, and get_last_modified in utils/requests.py:
  headers, params, and data switch from dict[str, str] to
  Mapping[str, str]. niquests' session.get/head still demand a
  MutableMapping for headers, so wrap with dict(headers) at that
  boundary only.
- get_latest_checksum_package, get_latest_location_checksum_package,
  and update_checksum_metadata in special/checksum.py: same
  Mapping[str, str] change for headers and params.
- create_project and update_yarn_ebuild in special/yarn.py:
  yarn_packages switches from set[str] to collections.abc.Set
  (aliased as AbstractSet); the value is only consumed via
  tuple(yarn_packages or []).
- _async_main in main.py: package_names switches from list[str] to
  Sequence[str], matching what get_props already accepts.

Add a NumPy-style docstring to _check_one_package that explicitly
flags the settings.branches[catpkg] = branch write under the settings
parameter, since LivecheckSettings is shared across the call graph
and the mutation persists between packages.

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

493 of 493 branches covered (100.0%)

Branch coverage included in aggregate %.

2633 of 2633 relevant lines covered (100.0%)

1.0 hits per line

Source Files on job 25069504341.5
  • Tree
  • List 41
  • Changed 4
  • Source Changed 4
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 25069504341
  • 41fbdf0b on github
  • Prev Job for on master (#25058032526.4)
  • Next Job for on master (#25266274424.5)
  • 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