Skip to content

Commit

Permalink
feat: show in witch folder codecov runs
Browse files Browse the repository at this point in the history
  • Loading branch information
prisis committed May 23, 2024
1 parent b50d140 commit 6a4b825
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion step/codecov/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ runs:
unset 'affected_projects[1]'
for project in "${affected_projects[@]}"; do
./codecov --codecov-yml-path codecov.yml --verbose upload-process --fail-on-error --dir "packages/${project}" -t "${CODECOV_TOKEN}" -F "${project}" -n "${project}-${{ github.run_id }}"
echo "Runing codecov in ${project} folder"
./codecov --codecov-yml-path codecov.yml --verbose upload-process --fail-on-error --dir "packages/${project}" -t "${CODECOV_TOKEN}" -F "${project}" -n "${project}-${{ github.run_id }}"
done
env:
CODECOV_TOKEN: "${{ inputs.codecov-token }}"
Expand All @@ -86,6 +87,7 @@ runs:
continue
fi
echo "Runing codecov in ${dir_name} folder"
./codecov --codecov-yml-path codecov.yml --verbose upload-process --fail-on-error --dir "${dir}" -t "${CODECOV_TOKEN}" -F "${dir_name}" -n "${dir_name}"-${{ github.run_id }}
done
env:
Expand Down

0 comments on commit 6a4b825

Please sign in to comment.