codeamp / circuit

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

Mutation.go Organization #348

Closed aballman closed 6 years ago

aballman commented 6 years ago

Finally took the time to split out mutation.go by the resolver type. I left Release in there temporarily so that outstanding PRs can be merged since they relate to updating release behaviors.

codecov[bot] commented 6 years ago

Codecov Report

Merging #348 into master will increase coverage by 0.66%. The diff coverage is 79.61%.

@@            Coverage Diff            @@
##           master    #348      +/-   ##
=========================================
+ Coverage   46.04%   46.7%   +0.66%     
=========================================
  Files          39      47       +8     
  Lines        4624    4693      +69     
=========================================
+ Hits         2129    2192      +63     
- Misses       2317    2323       +6     
  Partials      178     178