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

wegamekinglc / Derivatives-Algorithms-Lib / 28312936937
81%
master: 81%

Build:
Build:
LAST BUILD BRANCH: chore/fix-all-style-findings
DEFAULT BRANCH: master
Ran 28 Jun 2026 05:52AM UTC
Jobs 1
Files 221
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

28 Jun 2026 05:46AM UTC coverage: 81.491%. Remained the same
28312936937

Pull #181

github

wegamekinglc
chore: ban volatile and mutable in code style rules

Both keywords are now explicitly prohibited: volatile (use atomics/sync/restructuring instead) and mutable (const evaluators must be pure const; caller-managed state if caching is needed). These rules close the door on optimization patterns that break byte-identity under clang's -ffp-contract=fast (volatile FMA-blocker) or introduce hidden state in const interfaces (mutable hint caches).

Co-Authored-By: Claude <noreply@anthropic.com>
Pull Request #181: chore: ban volatile and mutable in code style rules

6353 of 7796 relevant lines covered (81.49%)

3161197.56 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28312936937.1 28 Jun 2026 05:52AM UTC 221
81.49
GitHub Action Run
Source Files on build 28312936937
  • Tree
  • List 221
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28312936937
  • Pull Request #181
  • PR Base - master (#28312240437)
  • Delete
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