fakeIssueURL returns the fake GitHub issue URL we record for unmarked tests that turn out to be flaky.
(repo string)
| 646 | // fakeIssueURL returns the fake GitHub issue URL we record for unmarked tests |
| 647 | // that turn out to be flaky. |
| 648 | func fakeIssueURL(repo string) string { |
| 649 | return "https://github.com/" + repo + flakeUnknownIssueSlug |
| 650 | } |
| 651 | |
| 652 | // writeFlakeSummary appends a markdown summary of flaky tests to path, |
| 653 | // creating it if needed. In practice path is the GitHub Actions runner's |
no outgoing calls
no test coverage detected
searching dependent graphs…