Selaa lähdekoodia

build: Add test coverage info (#7502)

Simon Frei 4 vuotta sitten
vanhempi
sitoutus
9e857ed2d4
1 muutettua tiedostoa jossa 15 lisäystä ja 0 poistoa
  1. 15 0
      .codecov.yml

+ 15 - 0
.codecov.yml

@@ -1,5 +1,20 @@
+comment: false
+
 coverage:
   range: "40...100"
+  precision: 1
+  status:
+    patch:
+      default:
+        informational: true
+    project:
+      default:
+        informational: true
+
+github_checks:
+  annotations: false
 
 ignore:
   - "**.pb.go"
+  - "**_mocked.go"
+  - "**/mocks/*"