diff options
author | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2016-02-19 18:29:58 +0200 |
---|---|---|
committer | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2016-02-20 11:43:42 +0200 |
commit | 1dbfbfe7e3dfa212fa8b63f1f31e2839341c745e (patch) | |
tree | 6a72ad668bc45379c753385729321630788b9c0f /Makefile | |
parent | 675a628aa2830c6b76580104f50205514664b3e9 (diff) | |
download | qtlocation-mapboxgl-1dbfbfe7e3dfa212fa8b63f1f31e2839341c745e.tar.gz |
[tests] Upload coverage reports to coveralls.io
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -119,6 +119,7 @@ endif .PHONY: check check: ; $(RUN) BUILDTYPE=Debug ENABLE_COVERAGE=1 check +coveralls: ; $(RUN) BUILDTYPE=Debug ENABLE_COVERAGE=1 coveralls .PHONY: render render: ; $(RUN) Makefile/mbgl-render |