diff options
author | Jordan Kiley <jmkiley@users.noreply.github.com> | 2018-11-08 10:56:44 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-08 10:56:44 -0800 |
commit | 7cbd31e4561fd3fa8eaea20b16e7bf4192f9d072 (patch) | |
tree | f93c312d762a55ad9650dc9ae1a40b1ac7483146 /codecov.yml | |
parent | 30cec1b844a59449efb42da22598b7b04e7a8a3c (diff) | |
download | qtlocation-mapboxgl-7cbd31e4561fd3fa8eaea20b16e7bf4192f9d072.tar.gz |
Switch code coverage system to CodeCov (#13297)
Diffstat (limited to 'codecov.yml')
-rw-r--r-- | codecov.yml | 4 |
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 |