| 1 | import {OracleDistribution} from '../../src/distributions/oracle/installer'; |
| 2 | import os from 'os'; |
| 3 | import * as core from '@actions/core'; |
| 4 | import {getDownloadArchiveExtension} from '../../src/util'; |
nothing calls this directly
no test coverage detected