ExIntegrationCoveralls.Cover (ExIntegrationCoveralls v0.5.10)
Wrapper module for Erlang's cover tool.
Link to this section Summary
Functions
Wrapper for :cover.analyse https://www.erlang.org/doc/man/cover.html#analyse-3
Compile the beam files for coverage analysis.
Returns the relative file path of the specified module for working directory.
Returns the relative file path of the specified module for source_lib_absolute_path.
Wrapper for :cover.modules
Reset all coverage data
Release resource
Link to this section Functions
Link to this function
analyze(module)
Wrapper for :cover.analyse https://www.erlang.org/doc/man/cover.html#analyse-3
Link to this function
compile(compile_path)
Compile the beam files for coverage analysis.
Link to this function
has_compile_info?(module, module_source_absolute_path \\ "")
Link to this function
module_path(module)
Returns the relative file path of the specified module for working directory.
Link to this function
module_path(module, source_lib_absolute_path)
Returns the relative file path of the specified module for source_lib_absolute_path.
Link to this function
modules()
Wrapper for :cover.modules
Link to this function
modules(module_source_absolute_path)
Link to this function
reset()
Reset all coverage data
Link to this function
stop()
Release resource