forked from toolshed/abra
tests: around 60% code coverage for config package
This commit is contained in:
@ -75,6 +75,8 @@ func GetApp(apps AppFiles, name AppName) (App, error) {
|
||||
return app, nil
|
||||
}
|
||||
|
||||
// TODO: maybe better names than read and get
|
||||
|
||||
func readAppFile(appFile AppFile, name AppName) (App, error) {
|
||||
env, err := readEnv(appFile.Path)
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user