View Source LcovEx.MixFileHelper (lcov_ex v0.2.1)

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

@spec backup(path()) :: path()

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

@spec recover(path()) :: :ok

Recover file in path from preexisting .old file.

Link to this function

update_project_config(mix_path, new_configs)

View Source
@spec update_project_config(path(), keyword()) :: :ok

Update mix project configurations.