mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-08 03:57:26 +00:00
Update index.ts
This commit is contained in:
parent
af2ee03a4e
commit
fcc734be99
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ import versionInfo from './version';
|
|||
let failCi;
|
||||
|
||||
const run = async (): Promise<void> => {
|
||||
console.log('Codecov: Starting action');
|
||||
try {
|
||||
const {commitExecArgs, commitOptions, commitCommand} = await buildCommitExec();
|
||||
const {reportExecArgs, reportOptions, reportCommand} = await buildReportExec();
|
||||
|
|
|
|||
Loading…
Reference in a new issue