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

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

Build:
DEFAULT BRANCH: main
Ran 21 Apr 2026 01:17AM UTC
Files 1200
Run time 39s
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.91% (-0.001%) from 53.911%
24698360305.5

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.

33386 of 61929 relevant lines covered (53.91%)

0.54 hits per line

Source Files on job test_python_linux_x86_64_9/10 - 24698360305.5
  • Tree
  • List 1200
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 24698360305
  • a89a4c99 on github
  • Prev Job for on main (#24641375945.8)
  • 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