]> git.mxchange.org Git - friendica.git/commitdiff
Add informational Codecov status checks
authorTom Hu <88201630+thomasrockhu-codecov@users.noreply.github.com>
Mon, 18 Apr 2022 14:01:09 +0000 (10:01 -0400)
committerGitHub <noreply@github.com>
Mon, 18 Apr 2022 14:01:09 +0000 (10:01 -0400)
Hi, Tom from Codecov here. I noticed that you were using Codecov but weren't actually getting any notifications on pull requests. I figured it would be useful to get some idea if code being changed is being tested, but also not blocking CI/merging. Let me know if this makes sense or if we can do something that would be helpful.

.codecov.yml

index 4d2921cc407e166f321c4d9ba82a6f12e9a77a3a..43ff5ebb29a81dc8e40e73c2b031d904fb2cc635 100644 (file)
@@ -8,7 +8,9 @@ coverage:
   round: down
   range: "70...100"
   status:
-    project: false
-    patch: false
+    project:
+        informational: true
+    patch:
+        informational: true
 
 comment: false