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

New feature: GroupJoin #78

Merged
merged 2 commits into from Apr 30, 2017
Merged

New feature: GroupJoin #78

merged 2 commits into from Apr 30, 2017

Conversation

ghost
Copy link

@ghost ghost commented Apr 30, 2017

No description provided.

@codecov
Copy link

codecov bot commented Apr 30, 2017

Codecov Report

Merging #78 into master will increase coverage by 0.21%.
The diff coverage is 97.72%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #78      +/-   ##
==========================================
+ Coverage   83.13%   83.34%   +0.21%     
==========================================
  Files          25       25              
  Lines        2970     3014      +44     
  Branches      448      452       +4     
==========================================
+ Hits         2469     2512      +43     
  Misses        371      371              
- Partials      130      131       +1
Impacted Files Coverage Δ
...em.Linq.Dynamic.Core/DynamicQueryableExtensions.cs 96.46% <97.72%> (+0.11%) ⬆️

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 640bd49...3eb203d. Read the comment docs.

@StefH StefH added the feature label Apr 30, 2017
Copy link
Collaborator

@StefH StefH left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

public partial class QueryableTests
{
[Fact]
public void GroupJoin()
Copy link
Collaborator

@StefH StefH Apr 30, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Author

@ghost ghost Apr 30, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test added.

@StefH StefH changed the title implemented GroupJoin with test New feature: GroupJoin Apr 30, 2017
@StefH StefH merged commit 7330281 into zzzprojects:master Apr 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

None yet

2 participants