From 423b652809e933b802dadf12ea14145b3e346ee9 Mon Sep 17 00:00:00 2001 From: bubbajoe Date: Mon, 22 Apr 2024 23:15:58 +0900 Subject: [PATCH] update test modules, update readme, and update readme badge --- .github/workflows/ghcr.yml | 4 ---- .gitignore | 3 ++- README.md | 5 +++-- functional-tests/grpc_tests/go.sum | 2 ++ functional-tests/ws_tests/go.sum | 1 + 5 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ghcr.yml b/.github/workflows/ghcr.yml index 88cbdc9..627d083 100644 --- a/.github/workflows/ghcr.yml +++ b/.github/workflows/ghcr.yml @@ -3,11 +3,7 @@ name: Create and publish a Docker image # Configures this workflow to run every time a change is pushed to the branch called `release`. on: push: - branches: [ "main" ] tags: [ "v*" ] - pull_request: - branches: - - 'main' # Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds. env: diff --git a/.gitignore b/.gitignore index 890ef74..4386a42 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,5 @@ dist/ # Local files # .dgate*/ -cov.out \ No newline at end of file +cov.out +go.work.sum diff --git a/README.md b/README.md index 39cb626..f172147 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,10 @@ [![Go Report Card](https://goreportcard.com/badge/github.com/dgate-io/dgate)](https://goreportcard.com/report/github.com/dgate-io/dgate) [![Go Reference](https://pkg.go.dev/badge/github.com/dgate-io/dgate.svg)](https://pkg.go.dev/github.com/dgate-io/dgate) -[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) -[![Build Status](https://github.com/dgate-io/dgate/actions/workflows/built_test_bench.yml/badge.svg)](https://github.com/dgate-io/dgate/actions/workflows/ci.yml) +[![CI](https://github.com/dgate-io/dgate/actions/workflows/built_test_bench.yml/badge.svg)](https://github.com/dgate-io/dgate/actions/workflows/ci.yml/badge.svg) +[![E2E](https://github.com/dgate-io/dgate/actions/workflows/built_test_bench.yml/badge.svg)](https://github.com/dgate-io/dgate/actions/workflows/ci.yml/badge.svg) [![codecov](https://codecov.io/gh/dgate-io/dgate/graph/badge.svg?token=KIDT82HSO9)](https://codecov.io/gh/dgate-io/dgate) +[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![GitHub Release](https://img.shields.io/github/v/release/dgate-io/dgate) diff --git a/functional-tests/grpc_tests/go.sum b/functional-tests/grpc_tests/go.sum index e7cdc1c..f9c554c 100644 --- a/functional-tests/grpc_tests/go.sum +++ b/functional-tests/grpc_tests/go.sum @@ -5,7 +5,9 @@ github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/ github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38= github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= golang.org/x/net v0.21.0 h1:AQyQV4dYCvJ7vGmJyKki9+PBdyvhkSd8EIx/qb0AYv4= +golang.org/x/net v0.21.0/go.mod h1:bIjVDfnllIU7BJ2DNgfnXvpSvtn8VRwhlsaeUTyUS44= golang.org/x/sys v0.19.0 h1:q5f1RH2jigJ1MoAWp2KTp3gm5zAGFUTarQZ5U386+4o= +golang.org/x/sys v0.19.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/text v0.14.0 h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ= golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= diff --git a/functional-tests/ws_tests/go.sum b/functional-tests/ws_tests/go.sum index 97e2af2..9358866 100644 --- a/functional-tests/ws_tests/go.sum +++ b/functional-tests/ws_tests/go.sum @@ -1,3 +1,4 @@ github.com/gorilla/websocket v1.5.1 h1:gmztn0JnHVt9JZquRuzLw3g4wouNVzKL15iLr/zn/QY= github.com/gorilla/websocket v1.5.1/go.mod h1:x3kM2JMyaluk02fnUJpQuwD2dCS5NDG2ZHL0uE0tcaY= golang.org/x/net v0.21.0 h1:AQyQV4dYCvJ7vGmJyKki9+PBdyvhkSd8EIx/qb0AYv4= +golang.org/x/net v0.21.0/go.mod h1:bIjVDfnllIU7BJ2DNgfnXvpSvtn8VRwhlsaeUTyUS44=