From 9fcbee6633908889dc7bbdbbbcc1c2c4ccecc796 Mon Sep 17 00:00:00 2001 From: monoid Date: Sat, 11 Jun 2022 21:47:27 +0900 Subject: [PATCH] fix coverage --- src/testing.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/testing.md b/src/testing.md index 54a0b4f..c39d371 100644 --- a/src/testing.md +++ b/src/testing.md @@ -2,7 +2,8 @@ ## 6.1 유닛 테스트(Unit test) -유닛 테스트로 63.7%의 Line Coverage와 67.5%의 Function Coverage를 달성했다. +유닛 테스트로 63.7%의 Line Coverage와 67.5%의 Function Coverage, 61.5%의 Branch Coverage를 달성했다. + ### permission.test.ts | name | result | duration | | ---- | ------ | -------- |