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

ponder-lab / Hybridize-Functions-Refactoring / 25755426805
78%

Build:
DEFAULT BRANCH: main
Ran 12 May 2026 06:56PM UTC
Jobs 1
Files 30
Run time 1min
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

12 May 2026 06:46PM UTC coverage: 70.959%. Remained the same
25755426805

push

github

web-flow
Filter Spotless hook to file types it actually formats (#478)

* Filter Spotless hook to file types it actually formats.

Per Copilot review on the sibling Ariadne PR (ponder-lab/ML#287, which
caught a related bug in my initial filter shape): with
`pass_filenames: false` the Spotless hook was paying JVM-startup
latency on every commit, including commits that touched only binaries.

Use an `exclude:` blacklist rather than a `files:` whitelist. The
generic `<format>` block in `pom.xml` uses `<include>**/*</include>`
(trailing-whitespace + EOF-newline rules apply to every text file),
so a whitelist would skip commits touching only `.properties`/`.txt`/
etc. and let them fail `mvn spotless:check` in CI later. The blacklist
skips only when *every* staged file is a binary; any text file in the
commit triggers Spotless, matching what CI enforces.

Mirrors ponder-lab/ML#287 with the same regex.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* Mirror sibling Ariadne PR fix: tighten `exclude:` to pom binary excludes.

Per Copilot's second-pass review on ponder-lab/ML#287: the hook's
`exclude:` previously included extensions (`.tar`, `.gz`, `.tgz`,
`.so`, `.dylib`, `.ico`, `.woff`, `.woff2`, `.ttf`, `.otf`, `.bin`)
that Hybridize's `pom.xml` Spotless config does NOT exclude. A
commit touching only those files would skip the hook but trigger
Spotless in CI (where the broad `<include>**/*</include>` rule
attempts to process them).

Narrow the regex to mirror `pom.xml`'s binary excludes exactly:
`.class`, `.dll`, `.exe`, `.gif`, `.jar`, `.jpg`, `.pdf`, `.png`,
`.zip` (Hybridize-specific addition; Ariadne's pom does not exclude
`.zip`, so the sibling PR omits it).

---------

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

1102 of 1553 relevant lines covered (70.96%)

0.71 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25755426805.1 12 May 2026 06:56PM UTC 30
70.96
GitHub Action Run
Source Files on build 25755426805
  • Tree
  • List 30
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25755426805
  • 936c26e3 on github
  • Prev Build on gh-readonly-queue/main/pr-477-bf298f06ee342e0027711fca3ce8dad6e9e456c4
  • Next Build on main
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