From 17da99d14dc803fb4d57caa04ac14e97866e33ae Mon Sep 17 00:00:00 2001 From: Tzu-Wei Huang Date: Wed, 8 Apr 2026 14:19:27 +0800 Subject: [PATCH] Update Codecov config: set require_head to no (replaces PR #735) --- .codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codecov.yml b/.codecov.yml index c6b1e0a2..c068d30e 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -13,5 +13,5 @@ comment: behavior: default require_changes: false # if true: only post the comment if coverage changes require_base: no # [yes :: must have a base report to post] - require_head: yes # [yes :: must have a head report to post] + require_head: no # [yes :: must have a head report to post] branches: null