diff options
author | Dane Springmeyer <springmeyer@users.noreply.github.com> | 2018-11-30 17:44:26 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-30 17:44:26 -0800 |
commit | 35880c2a2803a2d8eea52a52bbbc0bd78b63f333 (patch) | |
tree | 2467813767e237f10ba24ea9519c656ab8b76d87 | |
parent | f87ef3f72a6f2beda88bdc25dfbdeb169332603b (diff) | |
download | qtlocation-mapboxgl-35880c2a2803a2d8eea52a52bbbc0bd78b63f333.tar.gz |
increase threshold to 1% (#13364)
-rw-r--r-- | codecov.yml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/codecov.yml b/codecov.yml index 570d68d230..6edf660be0 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,4 +1,9 @@ ignore: - "test/" - "vendor/" -
\ No newline at end of file + +coverage: + status: + project: + default: + threshold: 1% |