File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
versioned_docs/version-3.0.0/keploy-cloud Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ Add the following on top of your main application file : -
4545import _ " github.com/keploy/go-sdk/v3/keploy"
4646```
4747
48- Update the go build command in Dockerfile to add new flags which is required for deduplication (this is not required for native)
48+ Update the go build command in Dockerfile to add new flags which is required for deduplication (use same flags for native builds )
4949
5050``` bash
5151RUN go build -cover -covermode=atomic -coverpkg=./... -o /app/main .
@@ -67,8 +67,6 @@ For Native, run:
6767keploy test -c ./main --dedup
6868```
6969
70- where ` ./main ` is the binary produced by doing ` go build -cover -covermode=atomic -coverpkg=./... -o ./main . `
71-
7270This will generate a dedupData.yaml file
7371
7472After this Run
You can’t perform that action at this time.
0 commit comments