diff options
author | Juha Alanen <juha.alanen@mapbox.com> | 2020-02-26 16:12:18 +0200 |
---|---|---|
committer | Juha Alanen <juha.alanen@mapbox.com> | 2020-03-02 09:16:18 +0200 |
commit | 34cb92096be1be4ec34727fbedb0c64cc9ab55c3 (patch) | |
tree | 1dc93b5f13dab88fa74b77e5ce4012ea79d99c6e | |
parent | 6bed2079e3097336547ac01dda3768caadf0c441 (diff) | |
download | qtlocation-mapboxgl-34cb92096be1be4ec34727fbedb0c64cc9ab55c3.tar.gz |
[build] Ignore test directories for code coverage
-rw-r--r-- | codecov.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/codecov.yml b/codecov.yml index 6edf660be0..e697b82bbf 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,4 +1,7 @@ ignore: + - "benchmark/" + - "expression-test/" + - "render-test/" - "test/" - "vendor/" |