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

GH workflow: don't post linter reports if they are > 54KB #91

Merged
merged 1 commit into from
Apr 15, 2024

Conversation

isudak
Copy link
Contributor

@isudak isudak commented Apr 14, 2024

GitHub has the limit on the comment size which is 65KB. If the linter reports are too big, they shouldn't be posted.

Resolves: AlmaLinux/build-system/issues/268

@isudak isudak self-assigned this Apr 14, 2024
Copy link

33 passed

Code Coverage Summary

Package Line Rate
alts 100%
alts.scheduler 0%
alts.shared 87%
alts.shared.uploaders 37%
alts.shared.utils 52%
alts.worker 6%
alts.worker.executors 73%
alts.worker.runners 28%
Summary 37% (922 / 2461)

View full reports on the Job Summary page

@isudak isudak merged commit c68bf10 into AlmaLinux:master Apr 15, 2024
3 of 4 checks passed
@isudak isudak deleted the check-comment-size branch April 18, 2024 19:32
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.

Linter reports: don't port reports in the comment if they are too big.
2 participants