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

wegamekinglc / Derivatives-Algorithms-Lib / 26691069445

30 May 2026 06:03PM UTC coverage: 78.109% (+0.2%) from 77.94%
26691069445

Pull #74

github

wegamekinglc
fix: strengthen extensibility test and fix signed/unsigned warnings in new tests

TestExtensibilityViaOverride previously used a numeric value ("0.05") that
the base IsConstVariable() already classifies as a const variable, so the
override changed nothing and the test passed regardless. Invert the override
to return false so a numeric value is forced down the macro path instead;
both assertions now fail if the override is removed, genuinely verifying the
extension point.

Change loop indices from `auto i = 0` (int) to `size_t i = 0` in the new
lexer tests to silence -Wsign-compare against size_t from .size().

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Pull Request #74: Separate benchmarks into a dedicated folder

56 of 57 new or added lines in 4 files covered. (98.25%)

5088 of 6514 relevant lines covered (78.11%)

3835171.03 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

97.92
/dal-cpp/dal/script/preprocessor.cpp


Source Not Available

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