From af17989525f875455dccab48c0abb4110a730a15 Mon Sep 17 00:00:00 2001 From: Mrr Hak Date: Wed, 20 Dec 2023 21:30:17 +0700 Subject: [PATCH] update --- .vscode/settings.json | 2 ++ codecov.yml | 25 +++++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 codecov.yml diff --git a/.vscode/settings.json b/.vscode/settings.json index 11412bd..2ff36fa 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,6 +3,8 @@ "anydpi", "appiconset", "Carapacik", + "codecov", + "gcov", "hdpi", "Hexa", "imageset", diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..e50946a --- /dev/null +++ b/codecov.yml @@ -0,0 +1,25 @@ +codecov: + require_ci_to_pass: true + +coverage: + precision: 2 + round: down + range: "70...100" + status: + project: + default: + target: auto + threshold: 1% + +parsers: + gcov: + branch_detection: + conditional: yes + loop: yes + method: no + macro: no + +comment: + layout: "reach,diff,flags,files,footer" + behavior: default + require_changes: false \ No newline at end of file