Skip to content

Fix behavior of prefix increment/decrement#278

Merged
mborland merged 1 commit into
developfrom
inc_dec
Dec 3, 2025
Merged

Fix behavior of prefix increment/decrement#278
mborland merged 1 commit into
developfrom
inc_dec

Conversation

@mborland

@mborland mborland commented Dec 3, 2025

Copy link
Copy Markdown
Member

Closes: #277

@codecov

codecov Bot commented Dec 3, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.63%. Comparing base (babec31) to head (944ac56).
⚠️ Report is 2 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #278      +/-   ##
===========================================
- Coverage    99.64%   99.63%   -0.02%     
===========================================
  Files           50       50              
  Lines         5073     4886     -187     
  Branches      1421     1421              
===========================================
- Hits          5055     4868     -187     
  Misses          18       18              

☔ 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.

@mborland
mborland merged commit 7d5f2ac into develop Dec 3, 2025
81 of 82 checks passed
@mborland
mborland deleted the inc_dec branch December 3, 2025 16:59
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.

Fix increment/decrement operator++/--(int) return value

1 participant