]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Fix codecov parameter placement warnings.
authorHans Kristian Rosbach <hk-git@circlestorm.org>
Sun, 11 Jan 2026 18:16:28 +0000 (19:16 +0100)
committerHans Kristian Rosbach <hk-git@circlestorm.org>
Tue, 20 Jan 2026 11:56:04 +0000 (12:56 +0100)
.codecov.yaml

index 5561343732721735d43f67cef3e27e7f71664488..9b57362f0ae0c394fc78cda3fc902efdd2bfc895 100644 (file)
@@ -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