From 9402ea1e88d6e63b8b0388ad662d20b727b940d0 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Mon, 30 Nov 2020 12:54:41 +0300 Subject: Static plugin initial commit --- .github/workflows/ci-build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 374f690a..6a7af214 100755 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -77,12 +77,14 @@ jobs: go test -v -race ./plugins/http/attributes -tags=debug -coverprofile=attributes.txt -covermode=atomic go test -v -race ./plugins/http/tests -tags=debug -coverprofile=http_tests.txt -covermode=atomic go test -v -race ./plugins/gzip/tests -tags=debug -coverprofile=gzip.txt -covermode=atomic + go test -v -race -cover ./plugins/static/tests -tags=debug -coverprofile=static.txt -covermode=atomic + go test -v -race -cover ./plugins/static -tags=debug -coverprofile=static_root.txt -covermode=atomic - name: Run code coverage uses: codecov/codecov-action@v1 with: token: ${{ secrets.CODECOV_TOKEN }} - files: gzip.txt, lib.txt, rpc_config.txt, rpc.txt, plugin_config.txt, logger.txt, server.txt, metrics.txt, informer.txt attributes.txt http_tests.txt + files: static.txt, static_root.txt, gzip.txt, lib.txt, rpc_config.txt, rpc.txt, plugin_config.txt, logger.txt, server.txt, metrics.txt, informer.txt attributes.txt http_tests.txt flags: unittests name: codecov-umbrella fail_ci_if_error: false -- cgit v1.2.3