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

wegamekinglc / Derivatives-Algorithms-Lib / 26658525700
75%
master: 79%

Build:
Build:
LAST BUILD BRANCH: copilot/override-function-gradient-calibration
DEFAULT BRANCH: master
Ran 29 May 2026 07:49PM UTC
Jobs 1
Files 191
Run time 6s
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

pending completion
26658525700

Pull #71

github

wegamekinglc
fix(ci): move coverage flags to workspace level

The gcc-13/14 Linux CI was failing with linker errors:
  undefined reference to '__gcov_init'
  undefined reference to '__gcov_merge_add'

Cause: Platform.cmake (which sets -ftest-coverage -fprofile-arcs)
is included only inside dal-cpp/CMakeLists.txt. dal-public's tests
link against libdal_cpp.a (which has gcov instrumentation) but
dal-public itself wasn't built with coverage flags, so the linker
has no gcov runtime to satisfy the references.

Fix: apply coverage instrumentation at the top-level CMakeLists.txt
via add_compile_options/add_link_options when USE_COVERAGE=true.
This propagates to every sub-project's targets uniformly.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Pull Request #71: feat: DAL multi-project refactoring — split into 4 independent sub-projects

4832 of 6429 relevant lines covered (75.16%)

3873466.96 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26658525700.1 29 May 2026 07:49PM UTC 191
75.16
GitHub Action Run
Source Files on build 26658525700
  • Tree
  • List 191
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26658525700
  • Pull Request #71
  • PR Base - master (#26648015447)
  • 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