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

wegamekinglc / Derivatives-Algorithms-Lib / 29860366914
89%
master: 89%

Build:
Build:
LAST BUILD BRANCH: agent/dal-implementer/712bdfc2
DEFAULT BRANCH: master
Ran 21 Jul 2026 07:17PM UTC
Jobs 1
Files 243
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

21 Jul 2026 07:10PM UTC coverage: 89.241%. Remained the same
29860366914

Pull #250

github

wegamekinglc
docs: address review feedback on example safety and completeness

Mirror the safety/setup patterns the real example programs use, resolving
all four Copilot review comments on commit 5bf01020:

- black_scholes.md: the Monte Carlo benchmark line referenced discounts,
  fwd, and volStd without defining them, so the fenced block was not
  self-contained. Add the de-annualized setup lines exactly as in
  euorpean_mc.cpp (discounts = exp(-rate*t), cost-of-carry forward, and
  sigma*sqrt(T)), which also shows the "caller supplies forward and
  sigma*sqrt(T)" kernel concretely.
- interpolation.md, log_discount_curve.md, yield_curve.md: the
  dynamic_cast<DiscountLogDF_*> result was dereferenced without a null
  check, which is undefined behavior if the calibration spec is not
  LOG_DISCOUNT. Guard each cast with
  REQUIRE(..., "calibrated curve is not a DiscountLogDF_"), matching
  interpolate_curve.cpp.

python3 .github/scripts/check_docs.py passes for all 39 Markdown files.
Pull Request #250: docs: add C++ examples to methodology docs

8319 of 9322 relevant lines covered (89.24%)

2851387.18 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29860366914.1 21 Jul 2026 07:17PM UTC 243
89.24
GitHub Action Run
Source Files on build 29860366914
  • Tree
  • List 243
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29860366914
  • Pull Request #250
  • PR Base - master (#29763513862)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc