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

moonbitlang / core / 4706
94%

Build:
DEFAULT BRANCH: main
Ran 17 Jun 2026 05:46AM UTC
Jobs 1
Files 370
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

17 Jun 2026 05:44AM UTC coverage: 94.254%. Remained the same
4706

push

github

bobzhang
refactor(math): cache abs_x in cosh and harden boundary test

Address review feedback:
- Compute `x.abs()` once into a local `abs_x` at the top of `cosh` and
  reuse it across all branches, matching the style of `sinh` and avoiding
  redundant work.
- In the regression test, build the boundary value from its exact bit
  pattern 0x408633ce40000000 instead of a decimal literal (so the test
  cannot be silently weakened by rounding) and assert the round-trip;
  store the cosh results and check both is_inf and is_nan for each sign.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

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

15026 of 15942 relevant lines covered (94.25%)

206277.92 hits per line

Jobs
ID Job ID Ran Files Coverage
1 4706.1 17 Jun 2026 05:46AM UTC 371
94.26
GitHub Action Run
Source Files on build 4706
  • Tree
  • List 370
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 235d2267 on github
  • Prev Build on main (#4700)
  • Next Build on main (#4708)
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