Explorar el Código

build: Add test coverage info (#7502)

Simon Frei hace 4 años
padre
commit
9e857ed2d4
Se han modificado 1 ficheros con 15 adiciones y 0 borrados
  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/*"