()
| 24 | func (c *tomlToolConfig) Format() Format { return FormatTOML } |
| 25 | |
| 26 | func (c *tomlToolConfig) UserPaths() []string { |
| 27 | return c.spec.resolveUserPaths() |
| 28 | } |
| 29 | |
| 30 | func (c *tomlToolConfig) ProjectPath() string { |
| 31 | if c.spec.projectPath == "" { |
no test coverage detected