Ran
|
Jobs
1
|
Files
161
|
Run time
7s
|
Badge
Embed ▾
README BADGES
|
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
Lines | Coverage | ∆ | File |
---|---|---|---|
4 |
73.91 |
2.48% | src/Type/Definition/CustomScalarType.php |
4 |
92.27 |
-0.26% | src/Utils/AST.php |
8 |
90.81 |
1.34% | src/Executor/Values.php |
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
84.39 |
-0.36% | src/Server/Helper.php |
1 |
95.88 |
-1.03% | src/Type/Definition/EnumType.php |
2 |
73.91 |
2.48% | src/Type/Definition/CustomScalarType.php |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
2 | 390.2 | 161 |
92.89 |
Travis Job 390.2 |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|