awesome/tests/examples/shims
Daniel Hahler 6aee6c2053 ci: overhaul coverage processing
- Execute the tests without compiling, and don't mess with the source
   files when coverage is enabled.
   This ensures that the coverage report lines are correct.
   This disables the doc tests, as their results would be unused.
   Hack: it still expands macros on util.lua, because of
   `util.get_themes_dir()` and `util.get_awesome_icon_dir()`, which might
   be moved later.  Ref:
   https://github.com/awesomeWM/awesome/pull/1239#discussion_r93828178.
 - ensure that BUILD_APIDOC and DO_COVERAGE are not used together
 - awesomeConfig.cmake: add DO_COVERAGE as an option
 - Travis: only install codecov with DO_COVERAGE=codecov
 - Travis: do not use set -v; use set -x with DO_COVERAGE
 - do not use trailing slashes with dirs in tests/examples/CMakeLists.txt / .luacov
 - Use latest luacov (0.12.0-1) again
   This reverts parts of 4cc6a815.
   I think it is better to fix any failure that 4cc6a815 tried to work around.
 - Travis: simplify/fix require('luacov') for functionaltests
 - tests/examples/CMakeLists.txt: resolve ../.. in SOURCE_DIR
 - tests/examples/CMakeLists.txt: add DO_COVERAGE to env
 - Cleanup/simplify .luacov: work with SOURCE_DIRECTORY alone
 - tests/run.sh: pass through / set SOURCE_DIRECTORY when running awesome
 - tests/run.sh: resolve source_dir
 - use DO_COVERAGE from env only
2017-01-08 20:34:13 +01:00
..
beautiful tests: Add some shims to emulate CAPI without an X server 2016-03-31 04:45:45 -04:00
_common_template.lua ci: overhaul coverage processing 2017-01-08 20:34:13 +01:00
awesome.lua shims: Add support the new .data property 2016-09-30 11:11:55 +02:00
beautiful.lua shims: Support graph and progresssbar colors 2016-05-30 23:10:03 -04:00
button.lua tests/example: Add vim modelines 2016-12-31 13:59:38 +01:00
client.lua tests: fix indenting/style (#1303) 2016-12-27 21:39:08 +01:00
drawin.lua tests/example: Add vim modelines 2016-12-31 13:59:38 +01:00
mouse.lua tests: Add some shims to emulate CAPI without an X server 2016-03-31 04:45:45 -04:00
root.lua tests: Add some shims to emulate CAPI without an X server 2016-03-31 04:45:45 -04:00
screen.lua tests/example: Add vim modelines 2016-12-31 13:59:38 +01:00
tag.lua tests/example: Add vim modelines 2016-12-31 13:59:38 +01:00