Implements Config API#146
Conversation
Codecov Report
@@ Coverage Diff @@
## main #146 +/- ##
==========================================
- Coverage 54.25% 53.08% -1.18%
==========================================
Files 6 12 +6
Lines 317 486 +169
==========================================
+ Hits 172 258 +86
- Misses 137 210 +73
- Partials 8 18 +10
Continue to review full report at Codecov.
|
kflynn
left a comment
There was a problem hiding this comment.
Per the community meeting today, maybe crank up the code coverage – but yeah, cool to see the framework in place!
Signed-off-by: danehans <daneyonhansen@gmail.com>
Signed-off-by: danehans <daneyonhansen@gmail.com>
Signed-off-by: danehans <daneyonhansen@gmail.com>
Signed-off-by: danehans <daneyonhansen@gmail.com>
Signed-off-by: danehans <daneyonhansen@gmail.com>
Signed-off-by: danehans <daneyonhansen@gmail.com>
| uses: actions/setup-go@v3 | ||
| with: | ||
| go-version: ${{ env.GO_VERSION }} | ||
| - name: deps |
There was a problem hiding this comment.
we should convert this into a make target
ptal at https://github.com/envoyproxy/gateway/pull/146/files#r919220859
There was a problem hiding this comment.
@arkodg commit de93191 removes this target. Instead, the existing go.test.coverage target calls the envtest target to install the setup-envtest bin and sets the KUBEBUILDER_ASSETS env var used by the kube provider integration tests.
There was a problem hiding this comment.
ah fine for now, but we should consider adding a separate make target for kube integration tests in the future
Signed-off-by: danehans <daneyonhansen@gmail.com>
|
Merging since @youngnick already /approve. |
|
Fixes: #146 |
servercommand to serve Envoy Gateway.Signed-off-by: danehans daneyonhansen@gmail.com