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

pantsbuild / pants / 30120833974
93%

Build:
DEFAULT BRANCH: main
Ran 24 Jul 2026 07:41PM UTC
Jobs 11
Files 1777
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

24 Jul 2026 07:30PM UTC coverage: 93.079%. Remained the same
30120833974

push

github

web-flow
Fix `scalac` plugin paths in BSP options response (#23564)

`handle_bsp_scalac_options_request` put `scalac` plugin jars under
`.pants.d/bsp/`, but emits the `-Xplugin:` options relative to the build
root:

```
-Xplugin:jvm/resolves/scala213/plugins/some-plugin.jar
```

while the jars actually are in
`.pants.d/bsp/jvm/resolves/scala213/plugins`, so there is a mismatch
here which causes BSP to not find the plugin which causes metals to log

```
java.nio.file.NoSuchFileException: /home/alex/code/work/backend/jvm/resolves/scala213/plugins/some-plugin.jar
	at scala.meta.internal.metals.CompilerPlugins.$anonfun$isSupportedPlugin$1(CompilerPlugins.scala:64)
```

This fixes the path to ensure that plugins can be passed to the
presentation compiler.

LLM usage note: Had an LLM write the docs summary for me

95255 of 102338 relevant lines covered (93.08%)

3.68 hits per line

Coverage Regressions

Lines Coverage ∆ File
1
92.64
-0.16% src/python/pants/engine/internals/graph.py
Jobs
ID Job ID Ran Files Coverage
1 test_python_linux_x86_64_6/10 - 30120833974.1 24 Jul 2026 07:43PM UTC 1209
49.7
GitHub Action Run
2 test_python_linux_x86_64_8/10 - 30120833974.2 24 Jul 2026 07:47PM UTC 1213
52.76
GitHub Action Run
3 test_python_linux_x86_64_0/10 - 30120833974.3 24 Jul 2026 07:46PM UTC 1234
57.19
GitHub Action Run
4 test_python_linux_x86_64_7/10 - 30120833974.4 24 Jul 2026 07:48PM UTC 1215
50.66
GitHub Action Run
5 test_python_linux_x86_64_2/10 - 30120833974.5 24 Jul 2026 07:44PM UTC 1214
58.73
GitHub Action Run
6 test_python_linux_x86_64_3/10 - 30120833974.6 24 Jul 2026 07:49PM UTC 1212
52.36
GitHub Action Run
7 test_python_linux_x86_64_9/10 - 30120833974.7 24 Jul 2026 07:47PM UTC 1224
54.08
GitHub Action Run
8 test_python_linux_x86_64_1/10 - 30120833974.8 24 Jul 2026 07:48PM UTC 1214
48.99
GitHub Action Run
9 test_python_linux_x86_64_5/10 - 30120833974.9 24 Jul 2026 07:46PM UTC 1230
60.31
GitHub Action Run
10 test_python_linux_x86_64_4/10 - 30120833974.10 24 Jul 2026 07:50PM UTC 1244
58.88
GitHub Action Run
11 test_python_linux_arm64 - 30120833974.11 24 Jul 2026 07:41PM UTC 1193
51.66
GitHub Action Run
Source Files on build 30120833974
  • Tree
  • List 1777
  • Changed 3
  • Source Changed 1
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #30120833974
  • 2fe45bdb on github
  • Prev Build on main (#30019467120)
  • Next Build on main (#30164892461)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc