From: Hans Kristian Rosbach Date: Sun, 11 Jan 2026 18:16:28 +0000 (+0100) Subject: Fix codecov parameter placement warnings. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=448c243831f4e25504a634d8c5c15d10c8d164a0;p=thirdparty%2Fzlib-ng.git Fix codecov parameter placement warnings. --- diff --git a/.codecov.yaml b/.codecov.yaml index 556134373..9b57362f0 100644 --- a/.codecov.yaml +++ b/.codecov.yaml @@ -62,7 +62,8 @@ component_management: - arch/generic/crc32* - component_id: common name: common - threshold: 2 # CI changes between AVX2 and AVX-512 capable hosts + statuses: + - threshold: 2 # CI changes between AVX2 and AVX-512 capable hosts paths: - arch_functions.h - cpu* @@ -97,7 +98,8 @@ component_management: - arch/s390/** - component_id: arch_x86 name: arch_x86 - threshold: 10 # CI changes between AVX2 and AVX-512 capable hosts + statuses: + - threshold: 10 # CI changes between AVX2 and AVX-512 capable hosts paths: - arch/x86/** - component_id: minigzip