travis-ci
Fix parsing of default values in build-schema * Generalizes building a value from an AST, since "scalar" could be misleading, and supporting variable values within custom scalar literals can be valuable. * Replaces isNullish with isInvalid since `null` is a meaningful value as a result of literal parsing. * Provide reasonable default version of 'parseLiteral' ref: https://github.com/graphql/graphql-js/commit/714ee980a ref: https://github.com/graphql/graphql-js/pull/903
92 of 92 new or added lines in 13 files covered. (100.0%)
6916 of 7445 relevant lines covered (92.89%)
104.47 hits per line