From eb00ebff5ce1e94569190de1f8470275245f3ef8 Mon Sep 17 00:00:00 2001 From: Shahar Abramov <9296022+shahar4499@users.noreply.github.com> Date: Wed, 9 Apr 2025 19:48:03 +0300 Subject: [PATCH] add codecov config --- .github/codecov.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/codecov.yml diff --git a/.github/codecov.yml b/.github/codecov.yml new file mode 100644 index 0000000..02d865d --- /dev/null +++ b/.github/codecov.yml @@ -0,0 +1,9 @@ +coverage: + status: + project: + default: + base: pr + target: auto + threshold: 0.5% + informational: false + only_pulls: true