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

Tests for FixedCapacityPooledMemoryStream #1225

Merged

Conversation

antonfirsov
Copy link
Member

Prerequisites

  • I have written a descriptive pull-request title
  • I have verified that there are no overlapping pull-requests open
  • I have verified that I am following matches the existing coding patterns and practice as demonstrated in the repository. These follow strict Stylecop rules 👮.
  • I have provided test coverage for my change (where applicable)

Description

Forgot to add tests in #1223

@codecov
Copy link

codecov bot commented Jun 10, 2020

Codecov Report

Merging #1225 into master will decrease coverage by 0.00%.
The diff coverage is 50.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1225      +/-   ##
==========================================
- Coverage   82.54%   82.54%   -0.01%     
==========================================
  Files         697      697              
  Lines       30506    30510       +4     
  Branches     3467     3468       +1     
==========================================
+ Hits        25181    25183       +2     
- Misses       4606     4607       +1     
- Partials      719      720       +1     
Flag Coverage Δ
#unittests 82.54% <50.00%> (-0.01%) ⬇️
Impacted Files Coverage Δ
...c/ImageSharp/IO/FixedCapacityPooledMemoryStream.cs 86.66% <50.00%> (-13.34%) ⬇️

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 bbf3233...be64e51. Read the comment docs.

@JimBobSquarePants JimBobSquarePants merged commit 2fbb450 into master Jun 10, 2020
@JimBobSquarePants JimBobSquarePants deleted the af/FixedCapacityPooledMemoryStream-use-allocator branch June 10, 2020 19:06
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.

None yet

2 participants