From bffe53bf0b644d156e0c8ecb47fc59c029d3f511 Mon Sep 17 00:00:00 2001 From: Giulio Ungaretti Date: Thu, 9 Jun 2016 10:01:27 +0200 Subject: [PATCH] chores: Use codecov.yml --- codecov.yml | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 00000000000..f9eb08fe01f --- /dev/null +++ b/codecov.yml @@ -0,0 +1,47 @@ +codecov: + token: c3b231db-2db3-4560-a477-6edcf4cf5ad1 + branch: master + bot: giulioungaretti + +coverage: + precision: 2 + round: down + range: "80...100" + + notify: + slack: + default: + url: http://qcodes.slack.com + threshold: null + branches: null + attachments: "sunburst, diff" + + webhook: + default: + url: null + threshold: null + branches: null + only_pulls: null + + status: + project: + default: + target: auto + threshold: null + branches: null + + patch: + default: + target: auto + branches: null + + changes: + default: + branches: null + + ignore: null + +comment: + layout: "header, diff, changes, sunburst, uncovered" + branches: null + behavior: default