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

pantsbuild / pants / 24698360305 / 12
91%
main: 91%

Build:
DEFAULT BRANCH: main
Ran 21 Apr 2026 01:17AM UTC
Files 1192
Run time 38s
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

21 Apr 2026 12:57AM UTC coverage: 53.615% (-0.003%) from 53.618%
24698360305.12

push

github

web-flow
traverse generic targets in runtime package dependencies (#23248)

Allows the following:

```py
# BUILD
pex_binary(name='bin_a', entry_point='main_a.py')
pex_binary(name='bin_b', entry_point='main_b.py')
target(name='all_bins', dependencies=[':bin_a', ':bin_b'])
python_test(name="tests", runtime_package_dependencies=[":all_bins"])
```

Previously the PEX dependencies would not get packaged and materialized
when the tests were run.

32195 of 60048 relevant lines covered (53.62%)

0.54 hits per line

Source Files on job test_python_linux_x86_64_8/10 - 24698360305.12
  • Tree
  • List 1192
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 24698360305
  • a89a4c99 on github
  • Prev Job for on main (#24641375945.4)
  • Next Job for on main (#24702807689.2)
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