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

Tatsh / wiswa / 25467689675
100%

Build:
DEFAULT BRANCH: master
Ran 06 May 2026 11:52PM UTC
Jobs 5
Files 17
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

06 May 2026 11:50PM UTC coverage: 100.0%. Remained the same
25467689675

push

github

Tatsh
typing: declare PackageJSON.publishConfig

Post-processing reads
``settings.package_json.publishConfig.registry`` to decide whether to
emit npmjs.com badges, but ``PackageJSON`` did not declare
``publishConfig``, so mypy treated the inner ``.get()`` chain as
returning ``object`` and failed
``wiswa/utils/postprocess.py:560`` with
``"object" has no attribute "get"``.

Add a ``PackageJSONPublishConfig`` TypedDict (``total=False`` with a
``registry: str`` member) and expose it as a ``NotRequired`` field on
``PackageJSON``. ``NotRequired`` is imported from ``typing_extensions``
because the project still supports Python 3.10, where ``NotRequired``
is not yet available from the standard library ``typing`` module. Add
the new type to ``__all__`` so it is part of the public typing
surface alongside ``PackageJSON`` itself.

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

479 of 479 branches covered (100.0%)

Branch coverage included in aggregate %.

2479 of 2479 relevant lines covered (100.0%)

5.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25467689675.1 06 May 2026 11:52PM UTC 17
100.0
GitHub Action Run
2 25467689675.2 06 May 2026 11:52PM UTC 17
100.0
GitHub Action Run
3 25467689675.3 06 May 2026 11:52PM UTC 17
100.0
GitHub Action Run
4 25467689675.4 06 May 2026 11:52PM UTC 17
100.0
GitHub Action Run
5 25467689675.5 06 May 2026 11:52PM UTC 17
100.0
GitHub Action Run
Source Files on build 25467689675
  • Tree
  • List 17
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #25467689675
  • 7de193a7 on github
  • Prev Build on master (#25464535248)
  • Next Build on master (#25521617214)
  • 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