Disable codecov comment and changes status

They are mostly noise at the moment. The 'changes' status could be
useful, but is a bit too noisy given flakiness in our coverage.
Threshold of 1% suppresses the noise for project-wide coverage.
diff --git a/codecov.yml b/codecov.yml
new file mode 100644
index 0000000..665b25e
--- /dev/null
+++ b/codecov.yml
@@ -0,0 +1,14 @@
+coverage:
+  status:
+    patch:
+      default:
+        target: '80'
+    project:
+      default:
+        target: auto
+        threshold: 1
+    changes:
+      default:
+        branches:
+          - nonExistantBranchToDisableTheFeature
+comment: off