Coverex.Task
Summary
Functions
Returns detailed coverage data {mod, mf}
for all modules from the :cover
application
is post to coveralls requested?
Starts the Coverex
coverage data generation. An additional option
is
gets the travis job id out of the environment
Functions
Returns detailed coverage data {mod, mf}
for all modules from the :cover
application.
The mod
data
The mod
data is a list of pairs: {modulename, {no of covered lines, no of uncovered lines}}
The mf
data
The mf
data is list of pairs: {{m, f, a}, {no of covered lines, no of uncovered lines}}
Starts the Coverex
coverage data generation. An additional option
is
log: :error
which sets the log-level of the Elixir Logger application. Default value
is :error
. For debugging purposes, it can be set to :debug. In this case,
the output is quite noisy…
gets the travis job id out of the environment