From 208e54f68cbaf58a2a14c14eaf2c00e44c860212 Mon Sep 17 00:00:00 2001 From: Brandon Kraft Date: Wed, 14 Jan 2026 11:10:25 -0500 Subject: [PATCH] chore: Exclude bin/ from code coverage --- .codecov.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.codecov.yml b/.codecov.yml index bfab1fe1..25391ecb 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -39,6 +39,7 @@ ignore: - '*.min.css' - '*.min.js' - '.wp-env' + - 'bin/' # CLI/infrastructure scripts - integration code with external APIs - 'build' - 'dist' - 'docs'