From 7dffeafaf36780030150b1a83e122fb4771bc809 Mon Sep 17 00:00:00 2001 From: sunboyy Date: Tue, 21 May 2024 20:28:07 +0700 Subject: [PATCH] Fix CI to not warn in unrelevant occasions --- .codeclimate.yml | 3 +++ codecov.yml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .codeclimate.yml diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 0000000..01540c4 --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,3 @@ +exclude_patterns: + - "examples/" + - "**/*_test.go" diff --git a/codecov.yml b/codecov.yml index cb4361b..62fd89d 100644 --- a/codecov.yml +++ b/codecov.yml @@ -2,7 +2,7 @@ coverage: status: project: default: - target: 75% + target: 90% patch: default: target: 80%