Skip to content

add StringView(iobuffer) #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 10, 2023
Merged

add StringView(iobuffer) #17

merged 2 commits into from
Feb 10, 2023

Conversation

stevengj
Copy link
Member

Closes #16

@codecov-commenter
Copy link

Codecov Report

Merging #17 (0ad64d1) into main (7c7f0b6) will increase coverage by 0.10%.
The diff coverage is 75.47%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##             main      #17      +/-   ##
==========================================
+ Coverage   75.05%   75.16%   +0.10%     
==========================================
  Files           6        6              
  Lines         417      459      +42     
==========================================
+ Hits          313      345      +32     
- Misses        104      114      +10     
Flag Coverage Δ
unittests 75.16% <75.47%> (+0.10%) ⬆️

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

Impacted Files Coverage Δ
src/search.jl 44.15% <0.00%> (-5.12%) ⬇️
src/StringViews.jl 96.92% <75.00%> (+0.09%) ⬆️
src/regex.jl 89.00% <94.59%> (+2.23%) ⬆️
src/decoding.jl 86.36% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@stevengj stevengj merged commit 7844a6e into main Feb 10, 2023
@stevengj stevengj deleted the iobuffer branch February 10, 2023 23: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.

add StringView(::IOBuffer)
2 participants