[erlang-questions] covertool for eunit without CT? Is that possible?
Motiejus Jakštys
desired.mta@REDACTED
Fri Jun 1 16:03:43 CEST 2012
Hi,
I want code coverage data to be visible on Jenkins CI using cobertura
plugin. This part of HOWTO[1] is unclear:
"""
Configure cover to export data. Sample cover.spec for Common Test:
{incl_app, app0, details}.
{export, "all.coverdata"}.
"""
Of course, after ./rebar eunit, no relevant XML files are created
(neither all.coverdata is).
How do I configure covertool without CT?
Thanks,
Motiejus Jakštys
[1]: https://github.com/idubrov/covertool
More information about the erlang-questions
mailing list