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

pantsbuild / pants / 22286430595
93%

Build:
DEFAULT BRANCH: main
Ran 22 Feb 2026 10:26PM UTC
Jobs 12
Files 1722
Run time 3min
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

22 Feb 2026 10:10PM UTC coverage: 92.935%. Remained the same
22286430595

push

github

web-flow
add missing `flush`/`close` methods to `PyStdioRead` / `PyStdioWrite` (#23122)

Add missing `close` and `flush` methods to `PyStdioRead` /
`PyStdioWrite` to avoid this warning:

```
Exception ignored while finalizing file <_io.TextIOWrapper encoding='UTF-8'>:
Traceback (most recent call last):
  File "REDACTED/pants/src/python/pants/init/logging.py", line 227, in initialize_stdio_raw
    sys.__stdin__, sys.__stdout__, sys.__stderr__ = sys.stdin, sys.stdout, sys.stderr  # type: ignore[misc,assignment]
AttributeError: 'builtins.PyStdioRead' object has no attribute 'close'
Exception ignored while finalizing file <_io.BufferedReader>:
Traceback (most recent call last):
  File "REDACTEDpants/src/python/pants/init/logging.py", line 227, in initialize_stdio_raw
    sys.__stdin__, sys.__stdout__, sys.__stderr__ = sys.stdin, sys.stdout, sys.stderr  # type: ignore[misc,assignment]
AttributeError: 'builtins.PyStdioRead' object has no attribute 'close'
```

90874 of 97782 relevant lines covered (92.94%)

4.06 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
96.15
-3.85% src/python/pants/backend/tools/preamble/subsystem.py
Jobs
ID Job ID Ran Files Coverage
1 test_python_linux_x86_64_3/10 - 22286430595.1 22 Feb 2026 10:37PM UTC 1183
53.86
GitHub Action Run
2 test_python_linux_x86_64_6/10 - 22286430595.2 22 Feb 2026 10:33PM UTC 1179
49.86
GitHub Action Run
3 test_python_linux_x86_64_7/10 - 22286430595.3 22 Feb 2026 10:40PM UTC 1189
51.59
GitHub Action Run
4 test_python_linux_x86_64_8/10 - 22286430595.4 22 Feb 2026 10:39PM UTC 1183
53.57
GitHub Action Run
5 test_python_linux_arm64 - 22286430595.5 22 Feb 2026 10:40PM UTC 1167
52.67
GitHub Action Run
6 test_python_linux_x86_64_1/10 - 22286430595.6 22 Feb 2026 10:37PM UTC 1181
49.01
GitHub Action Run
7 test_python_linux_x86_64_2/10 - 22286430595.7 22 Feb 2026 10:34PM UTC 1185
59.02
GitHub Action Run
8 test_python_linux_x86_64_5/10 - 22286430595.8 22 Feb 2026 10:34PM UTC 1198
59.85
GitHub Action Run
9 test_python_linux_x86_64_9/10 - 22286430595.9 22 Feb 2026 10:36PM UTC 1193
53.78
GitHub Action Run
10 test_python_linux_x86_64_0/10 - 22286430595.10 22 Feb 2026 10:37PM UTC 1203
56.92
GitHub Action Run
11 test_python_macos14_arm64 - 22286430595.11 22 Feb 2026 10:26PM UTC 1167
52.68
GitHub Action Run
12 test_python_linux_x86_64_4/10 - 22286430595.12 22 Feb 2026 10:41PM UTC 1217
59.41
GitHub Action Run
Source Files on build 22286430595
  • Tree
  • List 1722
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #22286430595
  • 6d409cae on github
  • Prev Build on main (#22285804755)
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