summaryrefslogtreecommitdiff
path: root/codecov.yml
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2016-08-06 20:34:40 +0000
committerIan Cordasco <graffatcolmingov@gmail.com>2016-08-06 20:34:40 +0000
commitf768ed6fd0101de656e19d3029952e69a437549e (patch)
tree1e629a50b05556f65192e1ecfd89749924f1def7 /codecov.yml
parentd5a6cfcff9ff93aa423ad6d9b43d6a5859711d01 (diff)
parentb995d56e1956c62b17615fa97416c85c650da539 (diff)
downloadflake8-f768ed6fd0101de656e19d3029952e69a437549e.tar.gz
Merge branch 'add-code-coverage' into 'master'
Add coverage reporting and uploading See merge request !116
Diffstat (limited to 'codecov.yml')
-rw-r--r--codecov.yml43
1 files changed, 43 insertions, 0 deletions
diff --git a/codecov.yml b/codecov.yml
new file mode 100644
index 0000000..4098f51
--- /dev/null
+++ b/codecov.yml
@@ -0,0 +1,43 @@
+codecov:
+ branch: master
+ bot: null
+
+coverage:
+ precision: 2
+ round: down
+ range: "60...100"
+
+ notify:
+ irc:
+ default:
+ server: chat.freenode.net
+ channel: '##python-code-quality'
+ branches: master
+ threshold: 2
+ message: null
+
+ status:
+ project:
+ default:
+ target: auto
+ threshold: null
+ branches: null
+
+ patch:
+ default:
+ target: auto
+ branches: null
+
+ changes:
+ default:
+ branches: null
+
+ ignore: null
+ fixes:
+ - .tox
+
+comment:
+ layout: "header, diff, changes, sunburst, uncovered, tree"
+ branches: null
+ behavior: default
+