Skip to content

fix(mojo): grow string buffer#39

Merged
P403n1x87 merged 1 commit intomainfrom
fix/mojo-string-grow-buffer
Oct 14, 2025
Merged

fix(mojo): grow string buffer#39
P403n1x87 merged 1 commit intomainfrom
fix/mojo-string-grow-buffer

Conversation

@P403n1x87
Copy link
Owner

We grow the string buffer if a string carried by the MOJO stream overfills it.

We grow the string buffer if a string carried by the MOJO stream
overfills it.
@codecov
Copy link

codecov bot commented Oct 14, 2025

Codecov Report

❌ Patch coverage is 40.00000% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 71.71%. Comparing base (18e0d79) to head (dbc0580).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
austin/format/mojo.py 40.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #39      +/-   ##
==========================================
- Coverage   71.82%   71.71%   -0.11%     
==========================================
  Files          20       20              
  Lines        1817     1821       +4     
  Branches      225      225              
==========================================
+ Hits         1305     1306       +1     
- Misses        428      431       +3     
  Partials       84       84              

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

@P403n1x87 P403n1x87 marked this pull request as ready for review October 14, 2025 18:35
@P403n1x87 P403n1x87 merged commit 081980e into main Oct 14, 2025
15 of 19 checks passed
@P403n1x87 P403n1x87 deleted the fix/mojo-string-grow-buffer branch October 14, 2025 18:35
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.

1 participant