Skip to content

Fix race in MPMC queue#210

Merged
mrabine merged 2 commits into
mainfrom
fix_race_in_mpmc_queue
May 25, 2026
Merged

Fix race in MPMC queue#210
mrabine merged 2 commits into
mainfrom
fix_race_in_mpmc_queue

Conversation

@mrabine
Copy link
Copy Markdown
Collaborator

@mrabine mrabine commented May 25, 2026

No description provided.

@codacy-production
Copy link
Copy Markdown

codacy-production Bot commented May 25, 2026

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity · 0 duplication

Metric Results
Complexity 0
Duplication 0

View in Codacy

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

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

View coverage diff in Codacy

Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (6d78506) 11779 11392 96.71%
Head commit (fb74c3a) 11779 (+0) 11397 (+5) 96.76% (+0.04%)

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 (#210) 9 9 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.

@mrabine mrabine changed the title Fix race in MPSC queue Fix race in MPMC queue May 25, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented May 25, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.77%. Comparing base (6d78506) to head (fb74c3a).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #210      +/-   ##
==========================================
+ Coverage   96.73%   96.77%   +0.04%     
==========================================
  Files          95       95              
  Lines       11049    11047       -2     
==========================================
+ Hits        10688    10691       +3     
+ Misses        361      356       -5     
Flag Coverage Δ
unittests 96.77% <100.00%> (+0.04%) ⬆️

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

coveralls commented May 25, 2026

Coverage Report for CI Build 26393409800

Coverage increased (+0.04%) to 96.757%

Details

  • Coverage increased (+0.04%) from the base build.
  • Patch coverage: 9 of 9 lines across 2 files 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: 11779
Covered Lines: 11397
Line Coverage: 96.76%
Coverage Strength: 107619.79 hits per line

💛 - Coveralls

@mrabine mrabine merged commit f13a332 into main May 25, 2026
15 checks passed
@mrabine mrabine deleted the fix_race_in_mpmc_queue branch May 25, 2026 09:45
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.

2 participants