aboutsummaryrefslogtreecommitdiff
path: root/.codecov.yml
diff options
context:
space:
mode:
authorSimon Frei <freisim93@gmail.com>2019-02-14 23:38:47 +0100
committerAudrius Butkevicius <audrius.butkevicius@gmail.com>2019-02-14 22:38:47 +0000
commite2204d007199a60e2adf7fc7ba6e720405e3e711 (patch)
treeab2936e9cdff2b1490d998eddea8389247d70e90 /.codecov.yml
parentd5ff2c41dcce635f375d2fcf7fca26881636d46b (diff)
downloadsyncthing-e2204d007199a60e2adf7fc7ba6e720405e3e711.tar.gz
syncthing-e2204d007199a60e2adf7fc7ba6e720405e3e711.zip
build: Add option to get test coverage (#5539)
Diffstat (limited to '.codecov.yml')
-rw-r--r--.codecov.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.codecov.yml b/.codecov.yml
new file mode 100644
index 000000000..fdaa59049
--- /dev/null
+++ b/.codecov.yml
@@ -0,0 +1,5 @@
+coverage:
+ range: "40...100"
+
+ignore:
+ - "**.pb.go"