From e279c2fafcf189594e9d2fb12cf6eae2c9c048d7 Mon Sep 17 00:00:00 2001 From: Alexei Yuzhakov Date: Fri, 6 Oct 2023 22:42:40 +0300 Subject: [PATCH] TECH Add test stubs to enforce counting of not covered files --- cmd/cmd_test.go | 1 + internal/actions/actions_test.go | 1 + 2 files changed, 2 insertions(+) create mode 100644 cmd/cmd_test.go create mode 100644 internal/actions/actions_test.go diff --git a/cmd/cmd_test.go b/cmd/cmd_test.go new file mode 100644 index 0000000..1d619dd --- /dev/null +++ b/cmd/cmd_test.go @@ -0,0 +1 @@ +package cmd diff --git a/internal/actions/actions_test.go b/internal/actions/actions_test.go new file mode 100644 index 0000000..0f3a37f --- /dev/null +++ b/internal/actions/actions_test.go @@ -0,0 +1 @@ +package actions