Skip to content

Add a fixed-capacity alternative to std::function#205

Merged
mrabine merged 2 commits into
mainfrom
204-a-fixed-capacity-alternative-to-stdfunction-allocation-free
May 21, 2026
Merged

Add a fixed-capacity alternative to std::function#205
mrabine merged 2 commits into
mainfrom
204-a-fixed-capacity-alternative-to-stdfunction-allocation-free

Conversation

@mrabine
Copy link
Copy Markdown
Collaborator

@mrabine mrabine commented May 21, 2026

No description provided.

@mrabine mrabine linked an issue May 21, 2026 that may be closed by this pull request
@codacy-production
Copy link
Copy Markdown

codacy-production Bot commented May 21, 2026

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 37 complexity · 0 duplication

Metric Results
Complexity 37
Duplication 0

View in Codacy

🟢 Coverage 100.00% diff coverage · +0.02% coverage variation

Metric Results
Coverage variation +0.02% coverage variation
Diff coverage 100.00% diff coverage

View coverage diff in Codacy

Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (b5df12d) 11710 11323 96.70%
Head commit (c73c8a7) 11773 (+63) 11386 (+63) 96.71% (+0.02%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#205) 61 61 100.00%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 21, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.73%. Comparing base (b5df12d) to head (c73c8a7).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #205      +/-   ##
==========================================
+ Coverage   96.71%   96.73%   +0.01%     
==========================================
  Files          94       95       +1     
  Lines       10990    11041      +51     
==========================================
+ Hits        10629    10680      +51     
  Misses        361      361              
Flag Coverage Δ
unittests 96.73% <100.00%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 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.

@coveralls
Copy link
Copy Markdown

Coverage Report for CI Build 26248827058

Coverage increased (+0.02%) to 96.713%

Details

  • Coverage increased (+0.02%) from the base build.
  • Patch coverage: 61 of 61 lines across 1 file are fully covered (100%).
  • No coverage regressions found.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

No coverage regressions found.


Coverage Stats

Coverage Status
Relevant Lines: 11773
Covered Lines: 11386
Line Coverage: 96.71%
Coverage Strength: 106623.87 hits per line

💛 - Coveralls

@mrabine mrabine merged commit 77991e8 into main May 21, 2026
30 of 33 checks passed
@mrabine mrabine deleted the 204-a-fixed-capacity-alternative-to-stdfunction-allocation-free branch May 21, 2026 20:01
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.

A fixed-capacity alternative to std::function (allocation-free)

2 participants