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

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

Build:
DEFAULT BRANCH: main
Ran 04 Jun 2026 09:20PM 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

04 Jun 2026 09:11PM UTC coverage: 76.422%. Remained the same
26980133543

push

github

web-flow
Gate `input_signature` emission on dtype-constant reachability (#585) (#587)

On the `from tensorflow import ...` named-import path, `getImportContext`
marked `tensorSpecReachable` from the presence of `TensorSpec` alone, but the
emitted `dtype=<name>` constant (e.g. `float32`) must also be importable
unqualified. A file importing `function` and `TensorSpec` but not the inferred
dtype emitted `@function(input_signature=[TensorSpec(shape=(), dtype=float32)])`,
a `NameError`-raising decorator.

Thread the named TensorFlow imports into `ImportContext` and expose the
signature's referenced dtype names via `InputSignature.requiredDTypeNames`. The
emission gate now skips when any required dtype constant is out of scope; the
named-import shape has no module prefix to qualify with. Qualified and wildcard
shapes set `allNamesReachable`, so they are unaffected.

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

13 of 14 new or added lines in 2 files covered. (92.86%)

1303 of 1705 relevant lines covered (76.42%)

0.76 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
87.73
-0.03% edu.cuny.hunter.hybridize.core/src/edu/cuny/hunter/hybridize/core/analysis/Function.java
Jobs
ID Job ID Ran Files Coverage
1 26980133543.1 04 Jun 2026 09:20PM UTC 31
76.42
GitHub Action Run
Source Files on build 26980133543
  • Tree
  • List 31
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26980133543
  • 736006f2 on github
  • Prev Build on gh-readonly-queue/main/pr-586-e377fcbfd25637036a706d493a4c924f865087ae
  • 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