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

ponder-lab / Hybridize-Functions-Refactoring / #1684
72%
main: 72%

Build:
Build:
LAST BUILD BRANCH: feat/wire-input-signature-v2
DEFAULT BRANCH: main
Ran 26 May 2026 07:55PM 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

26 May 2026 07:52PM UTC coverage: 72.175% (-0.04%) from 72.219%
#1684

Pull #558

travis-pro

khatchad
Log a `WARNING` when an unknown `@tf.function` decorator argument is encountered

`Function.markParam` previously silently ignored decorator-argument
names it didn't recognize. The Javadoc on the switch justified the
choice as forward-compat with future TF versions, but silent-ignore
loses the signal—no test, evaluator output, or UI surface could see
that an unknown kwarg was used.

Add a `default` branch to the switch that logs the unknown argument
name (and the owning function) at `WARNING` level via the existing
`ILog LOG`. Forward-compat preserved (analysis still continues); the
signal is now surfaced in logs and CI output.

This is an intermediate step ahead of #204's original ask (custom
`UnknownHybridizationParameter` exception + matching test). The issue
stays open for the larger exception + test work.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Pull Request #558: Log a `WARNING` when an unknown `@tf.function` decorator argument is encountered

0 of 1 new or added line in 1 file covered. (0.0%)

71 existing lines in 1 file now uncovered.

1188 of 1646 relevant lines covered (72.17%)

0.72 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
81.51
-0.12% edu.cuny.hunter.hybridize.core/src/edu/cuny/hunter/hybridize/core/analysis/Function.java

Coverage Regressions

Lines Coverage ∆ File
71
81.51
-0.12% edu.cuny.hunter.hybridize.core/src/edu/cuny/hunter/hybridize/core/analysis/Function.java
Jobs
ID Job ID Ran Files Coverage
1 #1684.1 26 May 2026 07:55PM UTC 31
72.17
Source Files on build #1684
  • Tree
  • List 31
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #558
  • 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