From 1644ecb771771a0d411bf30a039f4b70e04327d3 Mon Sep 17 00:00:00 2001 From: k1LoW Date: Wed, 6 Mar 2024 14:59:43 +0900 Subject: [PATCH] bonsai --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 74c5767a..29121e18 100644 --- a/README.md +++ b/README.md @@ -334,8 +334,8 @@ Exclude files from the coverage report. ``` yaml coverage: exclude: - - 'cmd/*.go' - - 'proto/**/*.pb.go' + - 'cmd/*.ts' + - 'proto/**/*.pb.ts' ``` ### `coverage.acceptable:`