make coverage in after_success stage

So that if the coverage job is timeout it won't fail the
CI result.
This commit is contained in:
chrox
2014-12-01 14:38:32 +08:00
parent ddae003925
commit 6a0554f226

View File

@@ -23,7 +23,7 @@ script:
- make fetchthirdparty all
- sudo cp base/build/*/luajit /usr/bin/
- make testfront
- make coverage
after_success:
- make coverage
- cd koreader-*/koreader && luacov-coveralls -v