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

Tatsh / deltona / 25263433451 / 5
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 02 May 2026 10:28PM UTC
Files 27
Run time 0s
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

02 May 2026 10:21PM UTC coverage: 100.0%. Remained the same
25263433451.5

push

github

Tatsh
refactor: parameterise PathSpec generic for strict mypy

mypy 1.20.2 enforces `disallow-any-generics` more strictly under
`strict = true` and now flags the bare `pathspec.PathSpec` return
annotation on `_combined_spec` as missing type arguments.

Annotate the return type as
`pathspec.PathSpec[GitIgnoreBasicPattern] | None`, matching the
overload selected by `PathSpec.from_lines('gitignore', ...)`. The
import is placed under `TYPE_CHECKING` since it is only used as an
annotation (the file already enables `from __future__ import
annotations`). Pure typing change; runtime behaviour is unchanged.

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

396 of 396 branches covered (100.0%)

Branch coverage included in aggregate %.

3328 of 3328 relevant lines covered (100.0%)

1.0 hits per line

Source Files on job 25263433451.5
  • Tree
  • List 27
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 25263433451
  • 712aa3f9 on github
  • Prev Job for on master (#25251539814.3)
  • Next Job for on master (#25265701543.4)
  • 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