ExIntegrationCoveralls.PathReader (ExIntegrationCoveralls v0.9.0)
Provide methods for base path for displaying File paths of the modules. It uses the current working directory.
Link to this section Summary
Functions
Returns the current working directory.
Expand path relative to the base_path.
Get application cover path.
Get git commit id. Can be used to compare with previous coverage results (last commit).
Link to this section Functions
Link to this function
base_path()
Returns the current working directory.
Link to this function
expand_path(path, base_path \\ base_path())
Expand path relative to the base_path.
Link to this function
get_app_cover_path(appname)
Get application cover path.
parameters
Parameters
- appname: application name in run-time environment. It is a string
Link to this function
get_commit_id_and_branch_from_file(path)
Get git commit id. Can be used to compare with previous coverage results (last commit).