index
:
erlang.mk.git
gh-pages
improve-rebar-config
make-ci-green
master
remove-most-packages
A build tool for Erlang that just works.
Loïc Hoguin
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
plugins
/
cover.mk
Age
Commit message (
Expand
)
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
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
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
2017-05-13
Convert legacy cover tests and fix a few issues
Loïc Hoguin
2016-10-21
Update Copyright notices
2016.10.21
Loïc Hoguin
2015-10-23
Fix possible 'badarith' error for cover
Dmitry Vasiliev
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
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