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

tomerfiliba / plumbum / 26777869948
88%

Build:
DEFAULT BRANCH: master
Ran 01 Jun 2026 07:46PM UTC
Jobs 14
Files 46
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

01 Jun 2026 07:45PM UTC coverage: 87.151%. First build
26777869948

push

github

web-flow
refactor(typing): tighten loose annotations across the public API (#810)

- path/base: `parent`/`parents` are annotated `Self`/`tuple[Self, ...]`
  (they return Path objects, not `str` as previously declared)
- machines/env: fix `items()` return type to `ItemsView[str, str]`
  (it had a single type arg, masked with a `type: ignore`)
- machines/local, remote, ssh_machine: the async machine wrappers now
  declare concrete return types instead of `Any` — `__getitem__` returns
  the wrapping async command, and `cwd`/`env`/`path` return their real
  types. This also makes the cast in `async_cmd.__getattr__` redundant
  (removed)
- commands/async_: type the `read_stream`/`drain_stream` `target`
  parameters as `TextIO` instead of `Any`
- cli/terminal: drop the duplicate `get_terminal_size` entry in `__all__`
- examples/async_example: use a distinct variable for the `AsyncResult`
  from `.run()` (it was reusing the `str` result variable, which only
  type-checked because the command was previously `Any`)

Assisted-by: ClaudeCode:claude-opus-4.8

1264 of 1714 branches covered (73.75%)

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

5365 of 6156 relevant lines covered (87.15%)

11.47 hits per line

Jobs
ID Job ID Ran Files Coverage
1 test-windows-latest-3.14 - 26777869948.1 01 Jun 2026 07:50PM UTC 46
69.49
GitHub Action Run
2 test-ubuntu-latest-3.11 - 26777869948.2 01 Jun 2026 07:50PM UTC 46
85.36
GitHub Action Run
3 test-ubuntu-latest-3.12 - 26777869948.3 01 Jun 2026 07:50PM UTC 46
85.57
GitHub Action Run
4 test-ubuntu-latest-3.15 - 26777869948.4 01 Jun 2026 07:50PM UTC 46
85.54
GitHub Action Run
5 test-macos-latest-3.11 - 26777869948.5 01 Jun 2026 07:50PM UTC 46
85.36
GitHub Action Run
6 test-macos-latest-3.9 - 26777869948.6 01 Jun 2026 07:50PM UTC 46
85.32
GitHub Action Run
7 test-ubuntu-latest-3.9 - 26777869948.7 01 Jun 2026 07:50PM UTC 46
85.53
GitHub Action Run
8 test-windows-latest-3.11 - 26777869948.8 01 Jun 2026 07:50PM UTC 46
69.66
GitHub Action Run
9 test-ubuntu-latest-3.10 - 26777869948.9 01 Jun 2026 07:50PM UTC 46
85.57
GitHub Action Run
10 test-ubuntu-latest-3.13 - 26777869948.10 01 Jun 2026 07:50PM UTC 46
85.54
GitHub Action Run
11 test-ubuntu-latest-3.14 - 26777869948.11 01 Jun 2026 07:50PM UTC 46
85.54
GitHub Action Run
12 test-windows-latest-3.9 - 26777869948.12 01 Jun 2026 07:50PM UTC 46
69.62
GitHub Action Run
13 test-macos-latest-3.14 - 26777869948.13 01 Jun 2026 07:50PM UTC 46
85.33
GitHub Action Run
14 test-ubuntu-latest-pypy-3.11 - 26777869948.14 01 Jun 2026 07:50PM UTC 46
85.52
GitHub Action Run
Source Files on build 26777869948
  • Tree
  • List 46
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • ef66f159 on github
  • Prev Build on master (#26777652313)
  • Next Build on master (#26779006849)
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