Browse Source

add codecov config

Oren Novotny 6 years ago
parent
commit
1ec1197284
1 changed files with 18 additions and 0 deletions
  1. 18 0
      codecov.yml

+ 18 - 0
codecov.yml

@@ -0,0 +1,18 @@
+coverage:
+  status:
+    project:
+      default: off
+      ixnet:
+        flags: ixnet
+      rxnet:
+        flags: rxnet
+
+flags:
+  ixnet:
+    paths: Ix.NET/Source/
+  rxnet:
+    paths: Rx.NET/Source/src/
+
+codecov:
+  ci:
+    - dev.azure.com