• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

TykTechnologies / tyk / 8260
39%
master: %

Build:
Build:
LAST BUILD BRANCH: v2.9.4.8
DEFAULT BRANCH: master
Ran 30 Jan 2020 03:19PM UTC
Jobs 1
Files 86
Run time 19s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
8260

push

travis-ci

Tyk Bot
coprocess: fix grpcCallOpts (#2855)

Spotted this typo while reviewing #2204.
```diff
diff --git a/gateway/coprocess_grpc.go b/gateway/coprocess_grpc.go
index 7b7a5598..9313a610 100644
--- a/gateway/coprocess_grpc.go
+++ b/gateway/coprocess_grpc.go
@@ -80,7 +80,7 @@ func grpcCallOpts() grpc.DialOption {
                opts = append(opts, grpc.MaxCallRecvMsgSize(recvSize))
        }
        if sendSize > 0 {
-               opts = append(opts, grpc.MaxCallRecvMsgSize(sendSize))
+               opts = append(opts, grpc.MaxCallSendMsgSize(sendSize))
        }
        return grpc.WithDefaultCallOptions(opts...)
 }
```

(cherry picked from commit 515d0b0ca)

10708 of 17734 relevant lines covered (60.38%)

141.63 hits per line

Jobs
ID Job ID Ran Files Coverage
2 8260.2 (LATEST_GO=true) 30 Jan 2020 03:18PM UTC 0
60.38
Travis Job 8260.2
Source Files on build 8260
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #8260
  • 41e0fed2 on github
  • Prev Build on release-2.9 (#8257)
  • Next Build on release-2.9 (#8273)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc