From d970dd4c8972ef0ab9b2fa902a5689b7f10421d5 Mon Sep 17 00:00:00 2001 From: Min RK Date: Tue, 26 Apr 2016 11:55:52 +0200 Subject: [PATCH] disable CodeCov PR comments The've removed web app config, in favor of codecov.yml, discarding our existing config, which means coverage reports are showing up in most Jupyter PRs now. --- .codecov.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .codecov.yml diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 00000000..6802866f --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,3 @@ +# Disable coverage reports in PR comments +comment: + branches: neverdothis