From fcc734be99db9af4e0354f1506e42033bbb22288 Mon Sep 17 00:00:00 2001 From: left <107749872+0xleft@users.noreply.github.com> Date: Sat, 29 Jun 2024 20:53:48 +0100 Subject: [PATCH] Update index.ts --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 4a98800..56fc03d 100644 --- a/src/index.ts +++ b/src/index.ts @@ -25,6 +25,7 @@ import versionInfo from './version'; let failCi; const run = async (): Promise => { + console.log('Codecov: Starting action'); try { const {commitExecArgs, commitOptions, commitCommand} = await buildCommitExec(); const {reportExecArgs, reportOptions, reportCommand} = await buildReportExec();