summaryrefslogtreecommitdiff
path: root/codecov.yml
diff options
context:
space:
mode:
authorJordan Kiley <jmkiley@users.noreply.github.com>2018-11-08 10:56:44 -0800
committerGitHub <noreply@github.com>2018-11-08 10:56:44 -0800
commit7cbd31e4561fd3fa8eaea20b16e7bf4192f9d072 (patch)
treef93c312d762a55ad9650dc9ae1a40b1ac7483146 /codecov.yml
parent30cec1b844a59449efb42da22598b7b04e7a8a3c (diff)
downloadqtlocation-mapboxgl-7cbd31e4561fd3fa8eaea20b16e7bf4192f9d072.tar.gz
Switch code coverage system to CodeCov (#13297)
Diffstat (limited to 'codecov.yml')
-rw-r--r--codecov.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/codecov.yml b/codecov.yml
new file mode 100644
index 0000000000..570d68d230
--- /dev/null
+++ b/codecov.yml
@@ -0,0 +1,4 @@
+ignore:
+ - "test/"
+ - "vendor/"
+ \ No newline at end of file