botobag / artemis

GraphQL implementation for Go
Other
10 stars 0 forks source link

Remove parallel executor #214

Closed zonr closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #214 into master will increase coverage by 0.38%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #214      +/-   ##
==========================================
+ Coverage   83.47%   83.86%   +0.38%     
==========================================
  Files         125      125              
  Lines       10181    10079     -102     
==========================================
- Hits         8499     8453      -46     
+ Misses       1365     1314      -51     
+ Partials      317      312       -5
Impacted Files Coverage Δ
graphql/executor/prepared_operation.go 81.88% <100%> (+0.46%) :arrow_up:
graphql/executor/execute.go 87.34% <100%> (ø) :arrow_up:
graphql/executor/executor.go 90.9% <100%> (+30.26%) :arrow_up:
concurrent/worker_pool_executor.go 88.96% <0%> (-0.69%) :arrow_down:

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 ed7291c...5adb01c. Read the comment docs.