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

wegamekinglc / Derivatives-Algorithms-Lib / 27507919576
80%
master: 79%

Build:
Build:
LAST BUILD BRANCH: copilot/override-function-gradient-calibration
DEFAULT BRANCH: master
Ran 14 Jun 2026 06:26PM UTC
Jobs 1
Files 201
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 Jun 2026 06:22PM UTC coverage: 80.008% (+0.9%) from 79.144%
27507919576

Pull #106

github

wegamekinglc
Tighten remaining hotspots to cyclomatic complexity at or under 6

Three functions landed at 7-8 after the first refactor pass -- still well
under Codacy's default of 15, but conservative against any stricter
override. Split each:

- InterpBasisWeights (was 8): pull the LOG_LINEAR / LOG_CUBIC_NATURAL /
  MIXED switch into InterpBasisWeightsByScheme so the public method is a
  two-guard guard plus a single dispatch call (now 4; dispatch helper 5).
- QuotientDerivs (was 7): collapse the two date-union for-loops into
  UnionDerivKeys (now 5 + helper 3).
- BasisSwapRate_::DRateDDiscount (was 7): extract AnalyticEnabled (target
  + projection-curve gate, 3) and EligibleDiscount (forecast-resolution
  + trade-anchor check, 4) as private const methods. The override is now
  three guard/accumulate/quotient lines (complexity 3).

Behavior unchanged; full dal_cpp_tests suite (714 tests) stays green.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Pull Request #106: feat: analytic LOG_DISCOUNT curve Jacobian (CP1)

344 of 354 new or added lines in 5 files covered. (97.18%)

17 existing lines in 4 files now uncovered.

5791 of 7238 relevant lines covered (80.01%)

3441002.06 hits per line

Uncovered Changes

Lines Coverage ∆ File
5
94.17
5.11% dal-cpp/dal/curve/yclogdf.cpp
3
93.09
1.24% dal-cpp/dal/curve/calibration.cpp
1
98.46
0.42% dal-cpp/dal/curve/ycinstrument.cpp
1
50.0
-10.0% dal-cpp/dal/curve/ycinstrument.hpp

Coverage Regressions

Lines Coverage ∆ File
11
93.09
1.24% dal-cpp/dal/curve/calibration.cpp
4
94.17
5.11% dal-cpp/dal/curve/yclogdf.cpp
1
98.46
0.42% dal-cpp/dal/curve/ycinstrument.cpp
1
50.0
-10.0% dal-cpp/dal/curve/ycinstrument.hpp
Jobs
ID Job ID Ran Files Coverage
1 27507919576.1 14 Jun 2026 06:26PM UTC 201
80.01
GitHub Action Run
Source Files on build 27507919576
  • Tree
  • List 201
  • Changed 6
  • Source Changed 6
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27507919576
  • Pull Request #106
  • PR Base - master (#27500697938)
  • 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