| 13 | |
| 14 | #[derive(Debug)] |
| 15 | pub struct GitRemote { |
| 16 | pub domain: String, |
| 17 | pub owner: String, |
| 18 | pub repository: String, |
| 19 | } |
| 20 | |
| 21 | /// Parsed repository info including the CodSpeed provider |
| 22 | #[derive(Debug)] |
nothing calls this directly
no outgoing calls
no test coverage detected