Publish EUnit/CT HTML reports to ci-reports host.
Refs EventHub/EventHubBack#62
This commit is contained in:
@@ -49,6 +49,11 @@
|
||||
{verbose, true} % Print more info to console
|
||||
]}.
|
||||
|
||||
{eunit_opts, [
|
||||
verbose,
|
||||
{report, {eunit_surefire, [{dir, "logs/test/eunit"}]}}
|
||||
]}.
|
||||
|
||||
{ct_compile_opts, [
|
||||
{i, "include"}, % Include directory
|
||||
{d, 'DEBUG'} % Define macros
|
||||
|
||||
Reference in New Issue
Block a user