(message: string)
| 144 | } |
| 145 | |
| 146 | export function logWarning(message: string): void { |
| 147 | const warningPrefix = '[warning]'; |
| 148 | core.info(`${warningPrefix}${message}`); |
| 149 | } |
| 150 | |
| 151 | async function getWindowsInfo() { |
| 152 | const {stdout} = await exec.getExecOutput( |
no outgoing calls
no test coverage detected