From 8c0d6e8680e03cc144dfc483383e21b7298d2a42 Mon Sep 17 00:00:00 2001 From: Joshua Ziggas <1485767+jziggas@users.noreply.github.com> Date: Thu, 5 Dec 2024 16:39:15 -0500 Subject: [PATCH] chore: add Codecov configuration --- .codecov.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .codecov.yml diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 0000000..af457a2 --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,10 @@ +coverage: + status: + project: + default: + target: 75% # Require 75% total coverage for the project + threshold: 0% # No allowable drop in total coverage + informational: false # Make it blocking (default) + patch: + default: + enabled: false # Disable patch (diff) coverage check