Coverex - Coverage Reports for Elixir v1.4.15 Coverex.Task View Source
Link to this section Summary
Functions
Returns detailed coverage data {mod, mf}
for all modules from the :cover
application.
The special functions __info__
and __struct__
are filtered out of
the list of covered functions
is post to coveralls requested?
Starts the Coverex
coverage data generation. An additional option
is
gets the travis job id out of the environment
Link to this section Types
Link to this section Functions
Returns detailed coverage data {mod, mf}
for all modules from the :cover
application.
The special functions __info__
and __struct__
are filtered out of
the list of covered functions.
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}}
is post to coveralls requested?
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