From 943c6bc18066b717284302e287246782b0b9649a Mon Sep 17 00:00:00 2001 From: Masaaki Goshima Date: Sat, 27 Mar 2021 12:37:58 +0900 Subject: [PATCH] Fix codecov.yaml --- .codecov.yml | 3 +++ codecov.yaml | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) delete mode 100644 codecov.yaml diff --git a/.codecov.yml b/.codecov.yml index 555e91b..f9cba3d 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -26,3 +26,6 @@ comment: layout: "header,diff" behavior: default require_changes: no + +ignore: + - internal/encoder/vm_debug diff --git a/codecov.yaml b/codecov.yaml deleted file mode 100644 index 5d78746..0000000 --- a/codecov.yaml +++ /dev/null @@ -1,2 +0,0 @@ -ignore: - - internal/encoder/vm_debug