2
0
mirror of https://github.com/koreader/koreader synced 2024-10-31 21:20:20 +00:00
Commit Graph

6 Commits

Author SHA1 Message Date
Frans de Jonge
1ba316aff0
[CI] Also run coverage on plugins (#3447) 2017-10-29 21:09:13 +01:00
chrox
4f35834b2e wrap computation intensive functions in hook free env when makeing coverage test
so that Travis CI job won't fail because of timeout.
2014-12-03 11:01:12 +08:00
chrox
87fcbd49cc don't test coverage on plugins
since it's not easy to cover code that use external services like
Evernote cloud and calibre.
2014-10-16 10:28:31 +08:00
chrox
65804093ef coverage test only sources from frontend and plugins 2014-10-07 12:18:11 +08:00
chrox
3a98b4b0f7 add coveralls badge to show coverage number 2014-10-06 23:36:13 +08:00
chrox
f1f8d8dc4f make coverage target for code coverage for the unit test
so that we can easily find which module needs unit test

In order to run 'make coverage' `luacov` need to be installed
with 'sudo luarocks install luacov'.
2014-10-06 21:31:08 +08:00