From f1fa0ec3a17b61d4164cea478263651ceec817e9 Mon Sep 17 00:00:00 2001 From: Paul Johnston Date: Tue, 15 Dec 2020 15:32:17 -0800 Subject: [PATCH 1/2] test --- cni/plugin_test.go | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 cni/plugin_test.go diff --git a/cni/plugin_test.go b/cni/plugin_test.go new file mode 100644 index 0000000000..e69de29bb2 From 956037722dbe6128227c4ea859a2a476890b1142 Mon Sep 17 00:00:00 2001 From: Paul Johnston Date: Tue, 15 Dec 2020 15:36:00 -0800 Subject: [PATCH 2/2] line --- Makefile | 2 +- cni/plugin_test.go | 0 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 cni/plugin_test.go diff --git a/Makefile b/Makefile index 61efa923e8..97a1203ab4 100644 --- a/Makefile +++ b/Makefile @@ -436,4 +436,4 @@ endif # run all tests .PHONY: test-all test-all: - go test -v -race -covermode atomic -coverprofile=coverage.out ./... \ No newline at end of file + go test -coverpkg=./... -v -race -covermode atomic -coverprofile=coverage.out ./... \ No newline at end of file diff --git a/cni/plugin_test.go b/cni/plugin_test.go deleted file mode 100644 index e69de29bb2..0000000000