Skip to content

Add C++ coverage to Codecov workflow#52

Merged
fingolfin merged 5 commits into
masterfrom
codex/cxx-coverage
Jun 5, 2026
Merged

Add C++ coverage to Codecov workflow#52
fingolfin merged 5 commits into
masterfrom
codex/cxx-coverage

Conversation

@fingolfin

Copy link
Copy Markdown
Member

Co-authored-by: Codex codex@openai.com

Resolves #32

Co-authored-by: Codex <codex@openai.com>
@codecov

codecov Bot commented Jun 5, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.52%. Comparing base (d0a5357) to head (1106497).
⚠️ Report is 3 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff             @@
##           master      #52       +/-   ##
===========================================
+ Coverage   80.31%   96.52%   +16.20%     
===========================================
  Files           2        1        -1     
  Lines         127      115       -12     
  Branches        0       63       +63     
===========================================
+ Hits          102      111        +9     
+ Misses         25        2       -23     
- Partials        0        2        +2     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

fingolfin and others added 4 commits June 5, 2026 14:13
Generate the C++ coverage report with gcovr.

Append it to the Julia lcov report and disable Codecov's own gcov scan.

Co-authored-by: Codex <codex@openai.com>
Add direct tests for each output type reported by the C++ helper, including MatrixFloat, FieldElem, and Void.

Co-authored-by: Codex <codex@openai.com>
Pass gcovr's exclude-throw-branches option when creating the C++ lcov report.

Co-authored-by: Codex <codex@openai.com>
@fingolfin fingolfin merged commit ef4fdde into master Jun 5, 2026
4 checks passed
@fingolfin fingolfin deleted the codex/cxx-coverage branch June 5, 2026 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Ensure codecov also tracks coverage for C++ sources ?

1 participant