From 792bc85f21f35adbd7cbdf07329b2c7f81222329 Mon Sep 17 00:00:00 2001 From: k1LoW Date: Tue, 13 Sep 2022 20:57:53 +0900 Subject: [PATCH] Fix codeToTestRatio --- .octocov.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.octocov.yml b/.octocov.yml index 998edebc..62052bb5 100644 --- a/.octocov.yml +++ b/.octocov.yml @@ -5,8 +5,10 @@ codeToTestRatio: code: - '**/*.go' - '!**/*_test.go' + - '!testutil/*.go' test: - '**/*_test.go' + - 'testutil/*.go' testExecutionTime: if: true diff: