build: fix codecov informational config (#13375)

diff --git a/.codecov.yml b/.codecov.yml
index 03a93cd..ef35746 100644
--- a/.codecov.yml
+++ b/.codecov.yml
@@ -6,13 +6,13 @@
 coverage:
   status:
     project:
-      informational: true
       default:
+        informational: true
         # Commits pushed to master should not make the overall
         # project coverage decrease:
         target: auto
         threshold: 0%
     patch:
-      informational: true
       default:
+        informational: true
         threshold: 0%