From 0395e7fd8095a1c03d2b9d1c3c0576ea4b95ce6e Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Mon, 25 Apr 2016 19:49:46 -0700 Subject: [PATCH] Configure CodeCov Apparently, CodeCov switched to a new configuration scheme without telling us. :cry: This turned on annoying pull-request comments. I *hope* this turns them off again. --- codecov.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 codecov.yaml diff --git a/codecov.yaml b/codecov.yaml new file mode 100644 index 000000000..d01e442e5 --- /dev/null +++ b/codecov.yaml @@ -0,0 +1,12 @@ +# Don't post a comment on pull requests. +comment: off + +# I think this disables commit statuses? +coverage: + status: + project: + enabled: no + patch: + enabled: no + changes: + enabled: no