Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update action.yml to support --upload-batch-size parameter #69

Merged
merged 2 commits into from Mar 4, 2022

Conversation

pedrocodacy
Copy link
Contributor

did not know we were maintaining the version of the CLI manually here, any reasons fo us to not be using latest? (not changing that for now)

@prcr
Copy link
Contributor

prcr commented Mar 3, 2022

If it helps the subsequent discussion, this was the pull request where we started to pin the Codacy Analisis CLI version used by the GitHub Action: #11

lucassklp
lucassklp previously approved these changes Mar 3, 2022
action.yml Outdated
@@ -43,6 +43,9 @@ inputs:
upload:
required: false
description: "Upload analysis results to Codacy"
upload-batch-size:
required: false
description: "Size of result batches to be uploaded to Codacy"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should mention the unit for the batch size. I'm guessing it's bytes? The Codacy Analysis CLI doesn't mention it either.

action.yml Outdated Show resolved Hide resolved
@pedrocodacy pedrocodacy merged commit 166037e into master Mar 4, 2022
@pedrocodacy pedrocodacy deleted the fix/add-support-for-upload-batch-size-CY-5756 branch March 4, 2022 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants