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

ponder-lab / Hybridize-Functions-Refactoring / #1657
72%

Build:
DEFAULT BRANCH: main
Ran 26 May 2026 04:38PM UTC
Jobs 1
Files 31
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

26 May 2026 04:30PM UTC coverage: 72.219%. Remained the same
#1657

push

travis-pro

web-flow
Rename helper parameters to name the asserted API surface (#550)

The `(TensorType, TensorType)` and `MultiContext(Set<TensorType>, TensorType)`
overloads of `testHasLikelyTensorParameterHelper` used parameter names
(`layer1`/`layer2`, `contexts`/`inferred`) that described the lens rather
than the role. Every other parameter in the helper family follows the
`expected*` / `expecting*` house convention (e.g. `expectedSignature`,
`expectingHybridFunction`, `aTensorTypes`).

Rename the two outliers to name the API surface each value asserts against:

- `expectedParameterTensorType` — what `Parameter#getTensorTypes()` should
  contain per parameter.
- `expectedSignatureTensorType` — what `Function#inferInputSignature()`
  should yield per position in the signature.
- `expectedParameterTensorTypes` (Set form) for the multi-context overload.
- `expectedParameterTensorTypeContext1`/`Context2` for the per-context
  constituent expectations at the `testHasLikelyTensorParameter145` call
  site.

Apply the same rename to call-site locals in `testHasLikelyTensorParameter59`
and `testHasLikelyTensorParameter145` so the construction-site variable name
matches the formal parameter at the helper call.

Also convert the inline issue cross-references in fixture 59's Javadoc and
in the 2-arg overload's Javadoc from `<a href="URL">#NNN</a>` anchor tags
(or bare `#NNN`) to plain URLs—matches the house style for source-code
comments where the URL itself is the readable reference. `@see` tags in
other fixtures keep their anchor form (idiomatic for the Javadoc `@see`
cross-reference idiom).

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>

1188 of 1645 relevant lines covered (72.22%)

0.72 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #1657.1 26 May 2026 04:38PM UTC 31
72.22
Source Files on build #1657
  • Tree
  • List 31
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 3ba0bc71 on github
  • Prev Build on gh-readonly-queue/main/pr-547-68336f50c4b4ce73e87ceaef3cfe45c41ac5240e
  • Next Build on main (#26461551721)
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