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

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

Build:
Build:
LAST BUILD BRANCH: gh-readonly-queue/main/pr-859-41249d933fb0888fa1fae324aac009351a72fc74
DEFAULT BRANCH: main
Ran 05 Aug 2026 10:32AM UTC
Jobs 1
Files 39
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

05 Aug 2026 10:28AM UTC coverage: 83.571% (-0.06%) from 83.63%
#2731

push

github

web-flow
Name a generated decorator instead of resolving it globally. (#851)

`@prop.setter` names an attribute of a property object defined in the same module, not a module-level definition anywhere. Asking the indexer to resolve the bare attribute matches every `setter` in the workspace, so the lookup reported an ambiguity, the decorator was dropped from the reported names, and a full stack trace went to the log for a case that is entirely well understood.

Its declaring module is the containing one by construction, so it is named directly. The existing ambiguous-definition fixture already carries the pattern, so the pin goes there rather than into a new fixture.

This addresses one class of the ambiguity failures a corpus run produces, and not the largest: ordinary names matching many definitions across a workspace holding every subject are a separate, scoping problem.

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

3 existing lines in 1 file now uncovered.

3052 of 3652 relevant lines covered (83.57%)

0.84 hits per line

Coverage Regressions

Lines Coverage ∆ File
3
91.48
-0.23% edu.cuny.hunter.hybridize.core/src/edu/cuny/hunter/hybridize/core/analysis/Function.java
Jobs
ID Job ID Ran Files Coverage
1 #2731.1 05 Aug 2026 10:32AM UTC 39
83.57
Source Files on build #2731
  • Tree
  • List 39
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 26d0bb61 on github
  • Prev Build on gh-readonly-queue/main/pr-849-613623d292c877e7a7e2f5dacd77ab35f7b2be86
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