Ran
|
Jobs
1
|
Files
26
|
Run time
4s
|
Badge
Embed ▾
README BADGES
|
travis-ci
Fix GqlInputConverter#createProtoBuf() bug. Bug was introduced in 6a9323c0c. This commit aimed to convert underscore_case field names to camelCase. While the GraphQLInputObjectField's name was converted, GqlInputConverter#createProtoBuf(), which converts Map<String, Object> to a protobuf Message, did not do the same conversion. This resulted in fields like "id" working, but fields like "user_id" being ignored. This change fixes the bug and adds an assertion that all input fields were consumed.
11 of 11 new or added lines in 1 file covered. (100.0%)
809 of 1933 relevant lines covered (41.85%)
0.42 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
2 |
89.58 |
-0.74% | rejoiner/src/main/java/com/google/api/graphql/rejoiner/GqlInputConverter.java |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 102.1 | 26 |
41.85 |
Travis Job 102.1 |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|