(markdown: string, file?: string)
| 1954 | } |
| 1955 | |
| 1956 | function isMarkdownForActiveRepo(markdown: string, file?: string): boolean { |
| 1957 | return markdownRepository(markdown, file) === targetRepo(); |
| 1958 | } |
| 1959 | |
| 1960 | function evidenceEntry(options: Partial<Evidence> & Pick<Evidence, "label" | "detail">): Evidence { |
| 1961 | return { |
no test coverage detected