lcov_ex v0.2.0 LcovEx.MixFileHelper View Source

Link to this section Summary

Functions

Backup file in path by duplicating it into an .old file.

Recover file in path from preexisting .old file.

Update mix project configurations.

Link to this section Types

Link to this section Functions

Specs

backup(path()) :: path()

Backup file in path by duplicating it into an .old file.

Specs

recover(path()) :: :ok

Recover file in path from preexisting .old file.

Link to this function

update_project_config(mix_path, new_configs)

View Source

Specs

update_project_config(path(), keyword()) :: :ok

Update mix project configurations.