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

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

Build:
Build:
LAST BUILD BRANCH: fed0cbf564e64cc505c53a264e244d915a2c46bd
DEFAULT BRANCH: main
Ran 01 Aug 2026 03:37AM 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:33AM UTC coverage: 83.129%. Remained the same
#2613

Pull #819

github

khatchad
Clear the static analysis caches after each test

The static analysis caches (`Function.creationsCache`, `Function.directModCache`, `Parameter.tensorContainersCache`) key on per-test artifacts, so an entry written by one test method is never read by another, yet the suite never cleared them: every call graph was retained for the remainder of the run, and late test methods ran under growing memory pressure. The evaluator already clears per project for the same reason. A per-test `@After` now calls `Function.clearCaches()`, the identified first step for the transient null tensor-computation verdict (#799).

Full suite green with the clearing active, confirming the entries are indeed never read across test boundaries.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01GcqABsog1rtb4m2CDZdcRD
Pull Request #819: Clear the static analysis caches after each test

2444 of 2940 relevant lines covered (83.13%)

0.83 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #2613.1 01 Aug 2026 03:37AM UTC 33
83.13
Source Files on build #2613
  • Tree
  • List 33
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #819
  • 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