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

ponder-lab / Hybridize-Functions-Refactoring / #2615
84%

Build:
DEFAULT BRANCH: main
Ran 01 Aug 2026 03:40AM UTC
Jobs 1
Files 33
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 03:31AM UTC coverage: 83.129%. Remained the same
#2615

push

github

web-flow
Export a disposition row for every considered function (#818)

A function carrying a developer-written `input_signature` could appear nowhere in `input_signatures.csv`: a supplied signature that could not be fully modeled (a name reference rather than a `TensorSpec` list) emitted no supplied row, and a function whose inference never ran (an earlier precondition stopped it before any inference call site) emitted no absent row, so a reader could not tell whether it was analyzed and left alone or never considered. Observed on gpt-2-tensorflow2.0's four `train_step`-family functions, whose `input_signature=train_step_signature` is exactly the unmodeled shape.

Every considered function now contributes at least one row: an unmodeled supplied signature yields a single `supplied` row with reason `UNMODELED` (per the three-state contract on `getSuppliedInputSignature`), a function-level absence yields its `AbsenceReason`, and never-ran inference yields `NOT_ATTEMPTED`, whose stopping precondition is in `failed_preconditions.csv`.


Claude-Session: https://claude.ai/code/session_01GcqABsog1rtb4m2CDZdcRD

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>

2444 of 2940 relevant lines covered (83.13%)

0.83 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #2615.1 01 Aug 2026 03:40AM UTC 33
83.13
Source Files on build #2615
  • Tree
  • List 33
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • b1429e24 on github
  • Prev Build on gh-readonly-queue/main/pr-806-323a2cf276a54c76179ef441ce97b34678859fbb
  • Next Build on 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