From f7a2ebe021c05762dea6e4d3e3867cea5106a648 Mon Sep 17 00:00:00 2001 From: Jonghyeon Ko Date: Mon, 14 Oct 2024 22:03:31 +0900 Subject: [PATCH] test(*): ignore coverage of test-utils directory (#1313) # Overview For @suspensive/react's test coverage 100% ## PR Checklist - [x] I did below actions if need 1. I read the [Contributing Guide](https://github.com/toss/suspensive/blob/main/CONTRIBUTING.md) 2. I added documents and tests. --- codecov.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/codecov.yml b/codecov.yml index b9e72eb8f..fad476e9e 100644 --- a/codecov.yml +++ b/codecov.yml @@ -17,6 +17,7 @@ comment: ignore: - '**/*.test-d.*' - '**/*.bench.*' + - '**/test-utils/*' component_management: individual_components: