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

ponder-lab / Hybridize-Functions-Refactoring / #2549
82%
main: 83%

Build:
Build:
LAST BUILD BRANCH: dependabot/github_actions/actions/setup-python-7
DEFAULT BRANCH: main
Ran 17 Jul 2026 04:10PM 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

17 Jul 2026 04:06PM UTC coverage: 82.493% (+0.4%) from 82.085%
#2549

Pull #792

github

khatchad
Cover the per-element bottom and the tuple branch

Driven by the patch-coverage report on #792, mapped to changed lines via a
local JaCoCo run: `reportElementDrop` was entirely uncovered (no fixture
bottomed at an element position), as was `Util.isSequenceType`'s tuple branch.

- `testInputSignatureContainerElementDtypeConflict`: two call sites pass
  singleton lists whose elements are `float32` and `int32`; the form is
  modeled, the reduction reaches the element position, and the dtype union
  bottoms there with `HETEROGENEOUS_DTYPE` and an element-citing diagnostic.
  Covers the element-blocking path and the first `reportElementDrop` arm.
- `testInputSignatureTupleParameter`: a singleton tuple reduces to the same
  nested rendering a list does. Probed first on TF 2.9.3: `input_signature`
  structure matching does not distinguish list from tuple (a list-shaped spec
  accepts a tuple argument and vice versa), so the `[...]` rendering is sound
  for tuple-valued parameters.

The remaining uncovered arms are the element-level `UNKNOWN_DTYPE` and
`HETEROGENEOUS_SPARSITY` mirrors (requiring an analysis-⊤ or sparse element
inside a container fixture) and `extractContainerElements`' defensive returns
(mixed container/non-container values, non-contiguous indices, and two
inconsistent-state guards).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01K8tXuyy3YWhM7BzvmCxKAn
Pull Request #792: Reduce sequence containers to nested input-signature entries

128 of 138 new or added lines in 5 files covered. (92.75%)

2323 of 2816 relevant lines covered (82.49%)

0.82 hits per line

Uncovered Changes

Lines Coverage ∆ File
5
93.36
-0.28% edu.cuny.hunter.hybridize.core/src/edu/cuny/hunter/hybridize/core/analysis/Function.java
5
87.94
0.83% edu.cuny.hunter.hybridize.core/src/edu/cuny/hunter/hybridize/core/analysis/Parameter.java
Jobs
ID Job ID Ran Files Coverage
1 #2549.1 17 Jul 2026 04:10PM UTC 33
82.49
Source Files on build #2549
  • Tree
  • List 33
  • Changed 5
  • Source Changed 5
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #792
  • 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