UNPKG

codecov-lite

Version:

LCOV uploader for codecov.io service

21 lines (18 loc) 476 B
Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _default = env => { if (!env.WERCKER_MAIN_PIPELINE_STARTED) { return null; } return { service: 'wercker', build: env.WERCKER_MAIN_PIPELINE_STARTED, commit: env.WERCKER_GIT_COMMIT, build_url: env.WERCKER_BUILD_URL, branch: env.WERCKER_GIT_BRANCH, slug: `${env.WERCKER_GIT_OWNER}/${env.WERCKER_GIT_REPOSITORY}` }; }; exports.default = _default;