From f1d03107924a31fe9970831e0bdf1b52228e71fd Mon Sep 17 00:00:00 2001 From: caelansar <819711623@qq.com> Date: Sat, 16 Dec 2023 13:16:51 +0800 Subject: [PATCH] build(codecov): ignoring paths --- .github/codecov.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/codecov.yaml diff --git a/.github/codecov.yaml b/.github/codecov.yaml new file mode 100644 index 0000000..f7c680b --- /dev/null +++ b/.github/codecov.yaml @@ -0,0 +1,6 @@ +codecov: + require_ci_to_pass: yes + +ignore: + - "src/bin" + - "src/repl"