Skip to content
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

Update IInputBuffer #267

Merged
merged 5 commits into from
Jan 14, 2022
Merged

Update IInputBuffer #267

merged 5 commits into from
Jan 14, 2022

Conversation

jamescourtney
Copy link
Owner

Expose Span methods on IInputBuffer via new IInputBuffer2 interface.

@codecov
Copy link

codecov bot commented Jan 12, 2022

Codecov Report

Merging #267 (f268f62) into main (074b4d5) will increase coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #267      +/-   ##
==========================================
+ Coverage   95.67%   95.69%   +0.02%     
==========================================
  Files         119      119              
  Lines        7633     7674      +41     
  Branches      705      707       +2     
==========================================
+ Hits         7303     7344      +41     
  Misses        230      230              
  Partials      100      100              
Impacted Files Coverage Δ
...rc/FlatSharp.Runtime/GeneratedSerializerWrapper.cs 82.83% <100.00%> (ø)
src/FlatSharp.Runtime/IO/ArrayInputBuffer.cs 100.00% <100.00%> (ø)
...rc/FlatSharp.Runtime/IO/ArraySegmentInputBuffer.cs 100.00% <100.00%> (ø)
src/FlatSharp.Runtime/IO/InputBufferExtensions.cs 96.66% <100.00%> (+1.01%) ⬆️
src/FlatSharp.Runtime/IO/MemoryInputBuffer.cs 100.00% <100.00%> (ø)
.../FlatSharp.Runtime/IO/ReadOnlyMemoryInputBuffer.cs 100.00% <100.00%> (ø)
src/FlatSharp.Runtime/Vectors/FlatBufferVector.cs 96.77% <100.00%> (+0.10%) ⬆️
...tSharp/Serialization/DeserializeClassDefinition.cs 100.00% <100.00%> (ø)
src/FlatSharp/TypeModel/ValueStructTypeModel.cs 97.61% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 074b4d5...f268f62. Read the comment docs.

@jamescourtney jamescourtney merged commit df3d50f into main Jan 14, 2022
@jamescourtney jamescourtney deleted the inputBufferSpans branch January 14, 2022 07:05
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