Conversation
Codecov Report
@@ 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
Continue to review full report at Codecov.
|
StefH
left a comment
There was a problem hiding this comment.
Looks good.
Please add 1 small exception test like https://github.com/StefH/System.Linq.Dynamic.Core/blob/master/test/System.Linq.Dynamic.Core.Tests/QueryableTests.Join.cs#L153
| public partial class QueryableTests | ||
| { | ||
| [Fact] | ||
| public void GroupJoin() |
There was a problem hiding this comment.
Also add a negative test (throws exception) like https://github.com/StefH/System.Linq.Dynamic.Core/blob/master/test/System.Linq.Dynamic.Core.Tests/QueryableTests.Join.cs#L153
No description provided.