From 232c50eaef8277ce7e1f6fc3357ce0054115a6ce Mon Sep 17 00:00:00 2001 From: Stavros Date: Sat, 12 Jul 2025 16:13:51 +0300 Subject: [PATCH] chore: stop codeconv from failing status checks --- codeconv.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 codeconv.yml diff --git a/codeconv.yml b/codeconv.yml new file mode 100644 index 0000000..bfdc987 --- /dev/null +++ b/codeconv.yml @@ -0,0 +1,8 @@ +coverage: + status: + project: + default: + informational: true + patch: + default: + informational: true