]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
codecov: fix informational; disable github annotations 6962/head
authorVictor Julien <vjulien@oisf.net>
Wed, 9 Feb 2022 14:33:48 +0000 (15:33 +0100)
committerVictor Julien <vjulien@oisf.net>
Wed, 9 Feb 2022 14:33:48 +0000 (15:33 +0100)
.github/codecov.yml

index 69585d652c5e47880a41625cfbf0298c9176960e..be5b5ea2db78fa106a7ab88e0838c98f6f7f28a0 100644 (file)
@@ -2,6 +2,11 @@ codecov:
   require_ci_to_pass: false
   notify:
     after_n_builds: 3
+
+coverage:
+  precision: 2
+  round: down
+  range: "70...100"
   status:
     project:
       default:
@@ -10,11 +15,6 @@ codecov:
       default:
         informational: true
 
-coverage:
-  precision: 2
-  round: down
-  range: "70...100"
-
 parsers:
   gcov:
     branch_detection:
@@ -27,3 +27,6 @@ comment:
   layout: "diff,flags"
   behavior: default
   require_changes: no
+
+github_checks:
+  annotations: false