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

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

Build:
Build:
LAST BUILD BRANCH: warn/unknown-tf-function-arg
DEFAULT BRANCH: main
Ran 01 May 2026 01:57AM UTC
Jobs 1
Files 29
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

01 May 2026 01:53AM UTC coverage: 70.744% (-0.05%) from 70.798%
25198528697

Pull #435

github

khatchad
Surface tensor-analysis errors via the existing logger (#401)

`PythonTensorAnalysisEngine.performAnalysis` accumulates per-pointer
errors during the run (NPEs, IAEs, etc.); without this fix the
returned `Map<PointerKey, AnalysisError>` from `getErrors()` was
silently discarded. Hybridize would then make refactoring decisions
on a partially-degraded analysis with no diagnostic surface.

Now logs at WARN with the pointer key, full error toString, and a
count summary, mirroring the pattern already used in `TestTensorflow2Model`
on the Ariadne side and in `PythonDriver`'s LSP error reporting.

`com.ibm.wala.cast.lsp.AnalysisError` is not exported as API from
Ariadne's OSGi bundle (Tycho ECJ flags it as access-restricted), so
the error map is erased to `Map<?, ?>` and the value's `toString` is
relied on for the diagnostic message. If Ariadne later exports the
type, the erasure can be tightened to `Map<PointerKey, AnalysisError>`.

Closes #401.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Pull Request #435: Surface tensor-analysis errors via the existing logger (#401)

2 of 4 new or added lines in 1 file covered. (50.0%)

23 existing lines in 1 file now uncovered.

1093 of 1545 relevant lines covered (70.74%)

0.71 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
59.27
-0.15% edu.cuny.hunter.hybridize.core/src/edu/cuny/hunter/hybridize/core/refactorings/HybridizeFunctionRefactoringProcessor.java

Coverage Regressions

Lines Coverage ∆ File
23
59.27
-0.15% edu.cuny.hunter.hybridize.core/src/edu/cuny/hunter/hybridize/core/refactorings/HybridizeFunctionRefactoringProcessor.java
Jobs
ID Job ID Ran Files Coverage
1 25198528697.1 01 May 2026 01:57AM UTC 29
70.74
GitHub Action Run
Source Files on build 25198528697
  • Tree
  • List 29
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25198528697
  • Pull Request #435
  • 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