-
Notifications
You must be signed in to change notification settings - Fork 362
Upgrade library versions and unit tests #378
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
Conversation
One last bump of unit test coverage and update our dependencies before the 1.0.0 release
// [OK] @provides references list of valid @extend objects | ||
// [ERROR] @provides references @external list field | ||
// [ERROR] @provides references @external interface field | ||
private fun validateProvidesDirective(federatedType: String, field: GraphQLFieldDefinition): List<String> { |
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.
Just moved these functions to their own internal files so we can more easily scope the unit tests
Codecov Report
@@ Coverage Diff @@
## master #378 +/- ##
===========================================
+ Coverage 95.76% 97.67% +1.9%
+ Complexity 347 316 -31
===========================================
Files 98 104 +6
Lines 1205 1204 -1
Branches 213 198 -15
===========================================
+ Hits 1154 1176 +22
+ Misses 11 9 -2
+ Partials 40 19 -21
Continue to review full report at Codecov.
|
* Upgrade library versions and unit tests One last bump of unit test coverage and update our dependencies before the 1.0.0 release * Update other versions * Fix build for jdk8 * Update coroutines version
📝 Description
One last bump of unit test coverage and update our dependencies before the 1.0.0 release