Skip to content
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

An integration test for optional results. #151

Merged
merged 3 commits into from
Jan 22, 2019

Conversation

d4rken
Copy link
Contributor

@d4rken d4rken commented Jan 22, 2019

Showed me that my error wasn't with this lib.
See #150

We have lot's of modular tests already, a few more integration tests can't hurt 😄 .

@codecov
Copy link

codecov bot commented Jan 22, 2019

Codecov Report

Merging #151 into master will decrease coverage by 0.19%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             master    #151     +/-   ##
==========================================
- Coverage        96%   95.8%   -0.2%     
  Complexity      153     153             
==========================================
  Files            52      52             
  Lines           501     501             
  Branches        103     103             
==========================================
- Hits            481     480      -1     
  Misses            5       5             
- Partials         15      16      +1
Impacted Files Coverage Δ Complexity Δ
...pedia/graphql/generator/types/ObjectTypeBuilder.kt 94.11% <0%> (-5.89%) 2% <0%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1d78a12...cc7fc7c. Read the comment docs.

@smyrick
Copy link
Contributor

smyrick commented Jan 22, 2019

@d4rken More tests are great, thank you! We have a pattern right now for the test package com/expedia/graphql/integration/. Can you more the file there and name it OptionalResultsTest.kt

@d4rken
Copy link
Contributor Author

d4rken commented Jan 22, 2019

Done. I missed that there was an existing structure for this 😅

@smyrick
Copy link
Contributor

smyrick commented Jan 22, 2019

Not sure why it is reporting a drop, build and tests are green. LGTM

@smyrick smyrick merged commit 4d230fc into ExpediaGroup:master Jan 22, 2019
@d4rken d4rken deleted the pr-justanotherfullintegrationtest branch January 22, 2019 21:49
dariuszkuc pushed a commit to dariuszkuc/graphql-kotlin that referenced this pull request Aug 5, 2022
* An integration test for optional results.

See ExpediaGroup#150

* Refactoring into current package structure.

* Cleanup (this will be squashed :o)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants