()
| 114 | } |
| 115 | |
| 116 | func resetReportFlags() { |
| 117 | reportFormat = "md" |
| 118 | reportGroupBy = "status" |
| 119 | reportOut = "" |
| 120 | reportIncludeGraph = false |
| 121 | noColor = true |
| 122 | } |
| 123 | |
| 124 | func captureReportOutput(t *testing.T, dir string) string { |
| 125 | t.Helper() |
no outgoing calls
no test coverage detected