ExIntegrationCoveralls.Cover (ExIntegrationCoveralls v0.9.0)

Wrapper module for Erlang's cover tool.

Link to this section Summary

Functions

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

Link to this function

analyze(module)

Wrapper for :cover.analyse https://www.erlang.org/doc/man/cover.html#analyse-3

Link to this function

check_cover_status()

Check the status of the cover server.

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.

Wrapper for :cover.modules

Link to this function

modules(module_source_absolute_path)

Reset all coverage data

Release resource