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

Added DynamicEnumerable Async extension methods #99

Merged
merged 2 commits into from
Aug 1, 2017
Merged

Added DynamicEnumerable Async extension methods #99

merged 2 commits into from
Aug 1, 2017

Conversation

StefH
Copy link
Collaborator

@StefH StefH commented Aug 1, 2017

Also cleanup some old projects

@codecov
Copy link

codecov bot commented Aug 1, 2017

Codecov Report

Merging #99 into master will decrease coverage by 0.84%.
The diff coverage is 15%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #99      +/-   ##
=========================================
- Coverage   84.34%   83.5%   -0.85%     
=========================================
  Files          26      27       +1     
  Lines        3181    3213      +32     
  Branches      475     475              
=========================================
  Hits         2683    2683              
- Misses        366     398      +32     
  Partials      132     132
Impacted Files Coverage Δ
...q.Dynamic.Core/DynamicEnumerableAsyncExtensions.cs 0% <0%> (ø)
...em.Linq.Dynamic.Core/DynamicQueryableExtensions.cs 98.17% <100%> (ø) ⬆️
...m.Linq.Dynamic.Core/DynamicEnumerableExtensions.cs 100% <100%> (ø) ⬆️
...rkCore.DynamicLinq/EFDynamicQueryableExtensions.cs 65.94% <33.33%> (ø) ⬆️

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 893dc5a...e0ce940. Read the comment docs.

@codecov
Copy link

codecov bot commented Aug 1, 2017

Codecov Report

Merging #99 into master will decrease coverage by 1.08%.
The diff coverage is 15%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #99      +/-   ##
==========================================
- Coverage   84.34%   83.25%   -1.09%     
==========================================
  Files          26       27       +1     
  Lines        3181     3213      +32     
  Branches      475      475              
==========================================
- Hits         2683     2675       -8     
- Misses        366      398      +32     
- Partials      132      140       +8
Impacted Files Coverage Δ
...q.Dynamic.Core/DynamicEnumerableAsyncExtensions.cs 0% <0%> (ø)
...m.Linq.Dynamic.Core/DynamicEnumerableExtensions.cs 100% <100%> (ø) ⬆️
...em.Linq.Dynamic.Core/DynamicQueryableExtensions.cs 98.17% <100%> (ø) ⬆️
...rkCore.DynamicLinq/EFDynamicQueryableExtensions.cs 65.94% <33.33%> (ø) ⬆️
...c/System.Linq.Dynamic.Core/Tokenizer/TextParser.cs 97.23% <0%> (-1.39%) ⬇️
src/System.Linq.Dynamic.Core/ExpressionParser.cs 82.43% <0%> (-0.32%) ⬇️
...rc/System.Linq.Dynamic.Core/DynamicClassFactory.cs 90.36% <0%> (+0.45%) ⬆️

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 893dc5a...e0ce940. Read the comment docs.

@StefH StefH merged commit 9b8ba5f into master Aug 1, 2017
@StefH StefH deleted the async branch August 15, 2017 10:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant