-
Notifications
You must be signed in to change notification settings - Fork 53
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
feature: Error if aggregates dont specify which field to aggregate #141
feature: Error if aggregates dont specify which field to aggregate #141
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comments
26c6861
to
7e518f9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added a quick comment
7e518f9
to
ed23a30
Compare
Codecov Report
@@ Coverage Diff @@
## develop #141 +/- ##
===========================================
- Coverage 64.17% 64.03% -0.14%
===========================================
Files 81 81
Lines 7547 7585 +38
===========================================
+ Hits 4843 4857 +14
- Misses 2208 2228 +20
- Partials 496 500 +4
|
5123b2b
to
be92c86
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! LGTM
…ourcenetwork#141) * Add support for expecting errors in integration tests * Add early check for no aggregate property target
Closes #136
Test code changes tested by hacking in fake errors and tweaking tests to check for non-existant ones.
Todo: