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

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

Build:
Build:
LAST BUILD BRANCH: refactor/helper-param-naming
DEFAULT BRANCH: main
Ran 05 May 2026 06:25PM UTC
Jobs 1
Files 29
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 May 2026 06:22PM UTC coverage: 71.262%. Remained the same
#1200

push

travis-pro

web-flow
Address CodeQL `non-short-circuit-evaluation` alerts in tests. (#458)

Eleven `assertTrue(...)` boolean expressions in
`HybridizeFunctionRefactoringTest` mixed `&&` with a single bitwise `&`
in the middle (`isInputSignatureParamExists() & ...AutoGraphParamExists()`).
The operands are pure boolean getters with no side effects, so behavior
is unchanged, but CodeQL flags the inconsistency. Switch the bare `&`
to `&&` to match the surrounding operators.

Resolves alerts #10, #11, #12, #13, #14, #15, #16, #17, #18, #19, #20.

1101 of 1545 relevant lines covered (71.26%)

0.71 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #1200.1 05 May 2026 06:25PM UTC 29
71.26
Source Files on build #1200
  • Tree
  • List 29
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 017509f7 on github
  • Prev Build on gh-readonly-queue/main/pr-460-37c043ee00b101c78c5f471a5e90ea64a47a93fe
  • Next Build on gh-readonly-queue/main/pr-458-f7fd386d7bfaa91d65cc67a8aaf210190e641574 (#25394416031)
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