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

Support for IAsyncEnumerable #43

Merged
merged 16 commits into from
Dec 16, 2019
Merged

Support for IAsyncEnumerable #43

merged 16 commits into from
Dec 16, 2019

Conversation

gfoidl
Copy link
Owner

@gfoidl gfoidl commented Dec 16, 2019

Fixes #37

@gfoidl gfoidl added this to the 2.1.0 milestone Dec 16, 2019
@gfoidl gfoidl self-assigned this Dec 16, 2019
@codecov
Copy link

codecov bot commented Dec 16, 2019

Codecov Report

Merging #43 into master will decrease coverage by 2.96%.
The diff coverage is 85.96%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #43      +/-   ##
==========================================
- Coverage   94.46%   91.49%   -2.97%     
==========================================
  Files          18       24       +6     
  Lines         957     1258     +301     
==========================================
+ Hits          904     1151     +247     
- Misses         53      107      +54
Impacted Files Coverage Δ
source/gfoidl.DataCompression/DataPoint.cs 96.87% <ø> (ø) ⬆️
source/gfoidl.DataCompression/ThrowHelper.cs 86.95% <ø> (ø) ⬆️
...ce/gfoidl.DataCompression/Builders/ArrayBuilder.cs 99.05% <100%> (+0.01%) ⬆️
...DataCompression/Compression/DeadBandCompression.cs 98.46% <100%> (+0.54%) ⬆️
.../gfoidl.DataCompression/DataPointIterator.Empty.cs 100% <100%> (ø)
...Compression/Compression/SwingingDoorCompression.cs 97.14% <100%> (-0.05%) ⬇️
source/gfoidl.DataCompression/Compression.cs 100% <100%> (ø) ⬆️
source/gfoidl.DataCompression/ExtensionMethods.cs 100% <100%> (ø) ⬆️
...foidl.DataCompression/Compression/NoCompression.cs 100% <100%> (+3.84%) ⬆️
source/gfoidl.DataCompression/DataPointIterator.cs 80% <100%> (-2.76%) ⬇️
... and 15 more

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 188e38b...9162bd8. Read the comment docs.

@gfoidl gfoidl merged commit 4b34016 into master Dec 16, 2019
@gfoidl gfoidl deleted the async branch December 16, 2019 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for IAsyncEnumerable / .NET Core 3.0
1 participant