make coverage in after_success stage

So that if the coverage job is timeout it won't fail the
CI result.
pull/1314/head
chrox 10 years ago
parent ddae003925
commit 6a0554f226

@ -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

Loading…
Cancel
Save