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

orion-ecs / keen-eye / 20209244526
65%

Build:
DEFAULT BRANCH: main
Ran 14 Dec 2025 02:16PM UTC
Jobs 1
Files 138
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

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

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 %.

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

7522 of 7992 relevant lines covered (94.12%)

1.35 hits per line

Jobs
ID Job ID Ran Files Coverage
1 20209244526.1 14 Dec 2025 02:16PM UTC 138
94.11
GitHub Action Run
Source Files on build 20209244526
  • 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 Repo
  • Github Actions Build #20209244526
  • 8b406d99 on github
  • Prev Build on main (#20208997254)
  • Next Build on main (#20209765160)
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