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

ponder-lab / Hybridize-Functions-Refactoring / #2664
84%
main: 84%

Build:
Build:
LAST BUILD BRANCH: fed0cbf564e64cc505c53a264e244d915a2c46bd
DEFAULT BRANCH: main
Ran 01 Aug 2026 12:52PM UTC
Jobs 1
Files 37
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 Aug 2026 12:47PM UTC coverage: 83.534% (-0.005%) from 83.539%
#2664

Pull #833

github

khatchad
Exempt containers of tensors from the tensor-iteration check

On the check's first corpus exposure, NLPGNN's `MessagePassing._calculate_type_to_incoming_edges_num` declined with code 20, but its `adjacency_lists` is a Python list of tensors at runtime (the loader wraps the adjacency value in a singleton list), and iterating a fixed-length collection under tracing is legal; the loop unrolls. The container's value carries tensor typing through element dataflow, which the tensor-typed condition alone cannot distinguish from a tensor proper. A points-to container exemption (`Util.isContainerType` over the iterated value's points-to set) narrows the condition; `EventSeq.from_array` keeps declining, since its tensor-passing call site flows a tensor proper. `list_iter` pins a list of tensors converting.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01GcqABsog1rtb4m2CDZdcRD
Pull Request #833: Exempt containers of tensors from the tensor-iteration check

5 of 6 new or added lines in 1 file covered. (83.33%)

2978 of 3565 relevant lines covered (83.53%)

0.84 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
93.02
-1.71% edu.cuny.hunter.hybridize.core/src/edu/cuny/hunter/hybridize/core/analysis/TensorIterationAnalysis.java
Jobs
ID Job ID Ran Files Coverage
1 #2664.1 01 Aug 2026 12:52PM UTC 37
83.53
Source Files on build #2664
  • Tree
  • List 37
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #833
  • PR Base - main (#)
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