UNPKG

@microsoft.azure/autorest.testserver

Version:

This project contains a set of OpenAPI definitions and a server implementing the corresponding API. Use this to test compliance of AutoRest generators.

5 lines (4 loc) 202 B
const { show } = require("./coverage"); const { repo, pr, githubToken, azStorageAccount, azStorageAccessKey } = require("./cli"); show(repo, pr, githubToken) .catch(x => { console.error(x); });