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

orion-ecs / keen-eye / 20209244526 / 1
65%
main: 65%

Build:
DEFAULT BRANCH: main
Ran 14 Dec 2025 02:16PM UTC
Files 138
Run time 3s
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

14 Dec 2025 02:14PM UTC coverage: 94.114% (+0.003%) from 94.111%
20209244526.1

push

github

tyevco
feat: Add float extension methods for tolerance-based equality comparisons

Add FloatExtensions class with methods for comparing floating-point numbers
using epsilon tolerance, addressing the well-known issue of direct equality
checks (==) being unreliable due to floating-point precision limitations.

Methods added:
- IsApproximatelyZero(): Check if value is close to zero
- IsApproximatelyZero(epsilon): Check with custom tolerance
- ApproximatelyEquals(other): Compare two floats for near-equality
- ApproximatelyEquals(other, epsilon): Compare with custom tolerance

Default epsilon is 1e-6f, suitable for most game development scenarios.

1384 of 1471 branches covered (94.09%)

Branch coverage included in aggregate %.

7522 of 7992 relevant lines covered (94.12%)

1.35 hits per line

Source Files on job 20209244526.1
  • Tree
  • List 138
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 20209244526
  • 8b406d99 on github
  • Prev Job for on main (#20208997254.1)
  • Next Job for on main (#20209765160.1)
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