codeamp / circuit

CodeAmp API. Built with Golang, GraphQL, GORM and Socket-IO
Apache License 2.0
21 stars 6 forks source link

Add machinebox/graphql dependency in vendor/ #498

Closed drshrey closed 4 years ago

drshrey commented 4 years ago

This dependency is being used within the Drone plugin to make requests to the CodeAmp API in order to get information about the environments a feature has been deployed into.

codecov[bot] commented 4 years ago

Codecov Report

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

@@            Coverage Diff             @@
##           master     #498      +/-   ##
==========================================
- Coverage   50.35%   50.14%   -0.21%     
==========================================
  Files          74       74              
  Lines        8417     8417              
==========================================
- Hits         4238     4221      -17     
- Misses       3669     3690      +21     
+ Partials      510      506       -4
aballman commented 4 years ago

Thanks for splitting this into a separate PR. Can you add a short description as to what this is used for? For Drone?