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