mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-12 22:17:24 +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;
|
let failCi;
|
||||||
|
|
||||||
const run = async (): Promise<void> => {
|
const run = async (): Promise<void> => {
|
||||||
|
console.log('Codecov: Starting action');
|
||||||
try {
|
try {
|
||||||
const {commitExecArgs, commitOptions, commitCommand} = await buildCommitExec();
|
const {commitExecArgs, commitOptions, commitCommand} = await buildCommitExec();
|
||||||
const {reportExecArgs, reportOptions, reportCommand} = await buildReportExec();
|
const {reportExecArgs, reportOptions, reportCommand} = await buildReportExec();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue