From 6214a3af5f978871ba07a0471d860d2f94c3af3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9C=A0=EB=8F=84=EC=A7=84?= Date: Fri, 29 Sep 2023 18:18:00 +0900 Subject: [PATCH] =?UTF-8?q?[etc]=20codecov=20=EC=84=A4=EC=A0=95=20?= =?UTF-8?q?=ED=8C=8C=EC=9D=BC=20=EC=B6=94=EA=B0=80=20(#22)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- codecov.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..d0e9d81 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,6 @@ +comment: # this is a top-level key + layout: "diff,flags,files" + behavior: default + require_changes: false + require_base: false + require_head: true