Commit Graph

3 Commits

Author SHA1 Message Date
mattmoor-sockpuppet 014d54e62f golang format tools (#637)
Produced via:
  `gofmt -s -w $(find -path './vendor' -prune -o -type f -name '*.go' -print))`
  `goimports -w $(find -name '*.go' | grep -v vendor)`
/assign mattmoor
2019-09-06 07:26:05 -07:00
dushyanthsc a5172fd917 test/webhook-apicoverage: Changing html display to use go templates (#564)
This change changes webhook apicoverage HTML display to use to templates
moving away from current approach of using string buffers

This change does not take display-rules into account as its not being
used at the moment. When there is a use-case the template hanlding needs
to be modified accordingly.
2019-09-05 07:06:06 -07:00
chaodaiG 74bcad8981 Move webhook apicoverage to knative/pkg (#555)
* add webhook-apicoverage under test

* replacing importing path to pkg/test

* update deps

* feedback updates
2019-08-06 07:16:55 -07:00