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

Tatsh / livecheck / 25069504341
100%

Build:
DEFAULT BRANCH: master
Ran 28 Apr 2026 06:04PM UTC
Jobs 5
Files 41
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 06:03PM UTC coverage: 100.0%. Remained the same
25069504341

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 %.

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

2633 of 2633 relevant lines covered (100.0%)

5.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25069504341.1 28 Apr 2026 06:04PM UTC 41
100.0
GitHub Action Run
2 25069504341.2 28 Apr 2026 06:04PM UTC 41
100.0
GitHub Action Run
3 25069504341.3 28 Apr 2026 06:04PM UTC 41
100.0
GitHub Action Run
4 25069504341.4 28 Apr 2026 06:04PM UTC 41
100.0
GitHub Action Run
5 25069504341.5 28 Apr 2026 06:04PM UTC 41
100.0
GitHub Action Run
Source Files on build 25069504341
  • 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 Repo
  • Github Actions Build #25069504341
  • 41fbdf0b on github
  • Prev Build on master (#25058032526)
  • Next Build on master (#25266274424)
  • 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