ExIntegrationCoveralls.Cover (ExIntegrationCoveralls v0.9.0)
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
Check the status of the cover server.
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
analyze(module)
Wrapper for :cover.analyse https://www.erlang.org/doc/man/cover.html#analyse-3
check_cover_status()
Check the status of the cover server.
compile(compile_path)
Compile the beam files for coverage analysis.
has_compile_info?(module, module_source_absolute_path \\ "")
module_path(module)
Returns the relative file path of the specified module for working directory.
module_path(module, source_lib_absolute_path)
Returns the relative file path of the specified module for source_lib_absolute_path.
modules()
Wrapper for :cover.modules
modules(module_source_absolute_path)
reset()
Reset all coverage data
stop()
Release resource