Add codecov yml configuration (dotnet/corefx#34896)
authorViktor Hofer <viktor.hofer@microsoft.com>
Mon, 28 Jan 2019 14:15:01 +0000 (15:15 +0100)
committerStephen Toub <stoub@microsoft.com>
Mon, 28 Jan 2019 14:15:01 +0000 (09:15 -0500)
Commit migrated from https://github.com/dotnet/corefx/commit/88d519be4dcda815b906ec0ff654d7ae0452e84e

eng/codecov.yml [new file with mode: 0644]

diff --git a/eng/codecov.yml b/eng/codecov.yml
new file mode 100644 (file)
index 0000000..2da8a08
--- /dev/null
@@ -0,0 +1,11 @@
+codecov:
+  branch: master
+  ci:
+    - dnceng.visualstudio.com
+
+coverage:
+  range: 60...90
+
+comment:
+  layout: "reach, diff, files"
+  require_changes: yes
\ No newline at end of file