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

pantsbuild / pants / 23173198711
93%

Build:
DEFAULT BRANCH: main
Ran 17 Mar 2026 01:05AM UTC
Jobs 12
Files 1725
Run time 4min
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

17 Mar 2026 12:54AM UTC coverage: 92.933% (+1.6%) from 91.371%
23173198711

push

github

web-flow
worktree friendly pants_dev_deps fingerprinting to stop the clobbering (#23017)

`pants_venv` maintains two *different* fingerprints:
 * `venv_dir`: Where to put the venv
 * `activate_pants_venv`: Should we delete and recreate the venv

`activate_pants_venv` hashes the requirements.txt, but `venv_dir` does
not. not so if you ran more than one pants from source -- such as
through worktrees or multiple checkouts -- you would get terrible
unpredictable results when requirements.txt differed. One script doing
`pip install` while the other does `rm -rf` does not go well.

Adding the repo/checkout directory to the `venv_dir` hash gives each
Pants checkout a safe location.

The alternative would be to add requirements.txt to the `venv_dir` hash,
but then you would get many venvs sitting around needing some sort of
pruning. Hashing on the repo dir maintains the current "one checkout" =
"one activate_pants_venv" behavior like one would have with a regular
old`.venv`.

91173 of 98106 relevant lines covered (92.93%)

4.05 hits per line

Jobs
ID Job ID Ran Files Coverage
1 test_python_linux_arm64 - 23173198711.1 17 Mar 2026 01:11AM UTC 1167
52.67
GitHub Action Run
2 test_python_linux_x86_64_4/10 - 23173198711.2 17 Mar 2026 01:24AM UTC 1219
59.51
GitHub Action Run
3 test_python_linux_x86_64_9/10 - 23173198711.3 17 Mar 2026 01:13AM UTC 1193
53.76
GitHub Action Run
4 test_python_linux_x86_64_8/10 - 23173198711.4 17 Mar 2026 01:20AM UTC 1183
53.56
GitHub Action Run
5 test_python_linux_x86_64_7/10 - 23173198711.5 17 Mar 2026 01:21AM UTC 1189
51.58
GitHub Action Run
6 test_python_linux_x86_64_1/10 - 23173198711.6 17 Mar 2026 01:17AM UTC 1182
49.26
GitHub Action Run
7 test_python_macos14_arm64 - 23173198711.7 17 Mar 2026 01:05AM UTC 1167
52.67
GitHub Action Run
8 test_python_linux_x86_64_3/10 - 23173198711.8 17 Mar 2026 01:17AM UTC 1183
53.84
GitHub Action Run
9 test_python_linux_x86_64_6/10 - 23173198711.9 17 Mar 2026 01:13AM UTC 1179
49.83
GitHub Action Run
10 test_python_linux_x86_64_2/10 - 23173198711.10 17 Mar 2026 01:13AM UTC 1185
58.98
GitHub Action Run
11 test_python_linux_x86_64_5/10 - 23173198711.11 17 Mar 2026 01:14AM UTC 1198
59.83
GitHub Action Run
12 test_python_linux_x86_64_0/10 - 23173198711.12 17 Mar 2026 01:18AM UTC 1203
56.92
GitHub Action Run
Source Files on build 23173198711
  • Tree
  • List 1725
  • Changed 619
  • Source Changed 0
  • Coverage Changed 619
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #23173198711
  • 70770692 on github
  • Prev Build on main (#23173035367)
  • Next Build on main (#23173232554)
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