From ad3943acbab7411a2948c4ab92c8ed895134f049 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Thu, 20 Apr 2017 18:13:44 -0700 Subject: [PATCH] Bah, no way to tell codecov to default to v2 temporarily [ci skip] --- sites/shared_conf.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sites/shared_conf.py b/sites/shared_conf.py index a51af23821..ce4e0af6f6 100644 --- a/sites/shared_conf.py +++ b/sites/shared_conf.py @@ -20,7 +20,11 @@ 'github_user': 'fabric', 'github_repo': 'fabric', 'travis_button': True, - 'codecov_button': True, + # TODO: enable once one of the two happens: + # - 2.0.0 becomes master branch in repo + # - alabaster grows that arbitrary button functionality so we can aim it at + # v2 specifically + #'codecov_button': True, 'gittip_user': 'bitprophet', 'analytics_id': 'UA-18486793-1',