Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-24 | Fix more path issues on Windows | Loïc Hoguin | |
2019-06-22 | Fix the ct.cover.spec file paths on Windows | Loïc Hoguin | |
2018-12-07 | Fix distclean of cover dirs when they are the same | Loïc Hoguin | |
2018-12-07 | Add COVER_APPS and COVER_DEPS to cover compile other apps/deps | Loïc Hoguin | |
By default COVER_APPS will cover compile all apps. COVER_DEPS will not cover compile any dependency by default, however. | |||
2018-12-06 | Add cover support for PropEr and Triq | Loïc Hoguin | |
2018-12-06 | Default COVER_DATA_DIR now the same as COVER_REPORT_DIR | Loïc Hoguin | |
We have a dedicated folder for cover stuff, let's use it. | |||
2017-09-16 | Better implementation of removal of COVER_DATA_DIR if not empty | Loïc Hoguin | |
2017-09-15 | Fix removal of COVER_DATA_DIR if not empty | Loïc Hoguin | |
2017-09-13 | COVER_DATA_DIR for *.coverdata | nevar | |
Also make COVER_REPORT_DIR not override user value (if set before include erlang.mk). Use incl_app in CT cover spec. | |||
2017-05-13 | Convert legacy cover tests and fix a few issues | Loïc Hoguin | |
There are no more legacy tests. Enjoy! | |||
2016-10-21 | Update Copyright notices2016.10.21 | Loïc Hoguin | |
2015-10-23 | Fix possible 'badarith' error for cover | Dmitry Vasiliev | |
Fix possible division by zero in case if a module doesn't export any functions | |||
2015-07-04 | Add $(verbose) to avoid completely silencing commands | Loïc Hoguin | |
2015-07-02 | Remove outdated code from cover.mk | Loïc Hoguin | |
2015-06-17 | Remove unneeded variables from cover.mk | Loïc Hoguin | |
2015-05-15 | Replace make with $(MAKE) for BSD compatibility | Loïc Hoguin | |
2015-05-11 | Fix cover tests and use Erlang snippet | Loïc Hoguin | |
2015-05-09 | Merge branch 'cover' of https://github.com/zuiderkwast/erlang.mk | Loïc Hoguin | |
Rebased and moved ct.cover.spec into the test/ directory. | |||
2015-01-27 | Add a target to merge coverdata files and rename COVER_DIR to COVER_REPORT_DIR | Viktor Söderqvist | |
2015-01-24 | Combined coverage report for eunit and ct | Viktor Söderqvist | |