(targetRepo: string, sha: string)
| 68 | } |
| 69 | |
| 70 | function artifactReportRelativePath(targetRepo: string, sha: string): string { |
| 71 | return join(repoSlug(targetRepo), "commits", `${assertSha(sha)}.md`); |
| 72 | } |
| 73 | |
| 74 | function stripEmailIdentity(value: string): string { |
| 75 | return value |
no test coverage detected