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

ponder-lab / Hybridize-Functions-Refactoring / #1241
71%
main: 72%

Build:
Build:
LAST BUILD BRANCH: warn/unknown-tf-function-arg
DEFAULT BRANCH: main
Ran 12 May 2026 02:07AM 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 02:03AM UTC coverage: 70.959% (-0.3%) from 71.262%
#1241

Pull #463

travis-pro

khatchad
Address PR review: invariant throw, defensive assert, manifest version alignment.

Per Copilot review on PR #463:

- `Parameter.getTensorTypes` (`r3223185885`): restore the invariant the prior `Function.tensorAnalysisIncludesParameter` enforced — if the matching `PointerKey` is present but the `TensorVariable` is null, this is an Ariadne-side invariant violation. Throw `IllegalStateException` rather than silently skipping.
- `testInferredTensorTypes` (`r3223185900`): assert `lastTensorTypeAnalysis != null` before passing it to `Parameter.getTensorTypes(...)` (which now `requireNonNull`s the analysis). Fails the test cleanly with a directed message instead of NPE.
- `core/META-INF/MANIFEST.MF` (`r3223185915`, `r3223185935`): bump `com.ibm.wala.cast.python.ml.analysis` from the stale `0.16.0` pin to `0.29.0` to match every other Ariadne-package import in the core bundle (and the test bundle's same-package import). The `0.16.0` predates the design work here (introduced in `b3e22b7` "Upgrade to Ariadne 0.21.0-SNAPSHOT") but the test-bundle import added by this PR makes the inconsistency visible.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Pull Request #463: Add `Parameter` / `ParameterDefinition` skeleton + first inferred-tensor-types test

115 of 133 new or added lines in 2 files covered. (86.47%)

1102 of 1553 relevant lines covered (70.96%)

0.71 hits per line

Uncovered Changes

Lines Coverage ∆ File
17
81.32
edu.cuny.hunter.hybridize.core/src/edu/cuny/hunter/hybridize/core/analysis/Parameter.java
1
81.39
-0.69% edu.cuny.hunter.hybridize.core/src/edu/cuny/hunter/hybridize/core/analysis/Function.java
Jobs
ID Job ID Ran Files Coverage
1 #1241.1 12 May 2026 02:07AM UTC 30
70.96
Source Files on build #1241
  • Tree
  • List 30
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #463
  • PR Base - 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