📝 Add docstrings to feature/github-action-package#2761
📝 Add docstrings to feature/github-action-package#2761srod merged 1 commit intofeature/github-action-packagefrom
feature/github-action-package#2761Conversation
Docstrings generation was requested by @srod. * #2760 (comment) The following files were modified: * `packages/action/src/checks.ts` * `packages/action/src/index.ts` * `packages/action/src/inputs.ts` * `packages/action/src/minify.ts` * `packages/action/src/outputs.ts` * `packages/action/src/reporters/annotations.ts` * `packages/action/src/reporters/comment.ts` * `packages/action/src/reporters/summary.ts` * `packages/benchmark/src/runner.ts` * `packages/utils/src/getFilesizeGzippedInBytes.ts` * `scripts/check-published.ts`
|
|
Important Review skippedCodeRabbit bot authored PR detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
|
PR author is in the excluded authors list. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## feature/github-action-package #2761 +/- ##
==============================================================
Coverage 99.55% 99.55%
==============================================================
Files 59 59
Lines 1117 1117
Branches 337 337
==============================================================
Hits 1112 1112
Misses 5 5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Docstrings generation was requested by @srod.
The following files were modified:
packages/action/src/checks.tspackages/action/src/index.tspackages/action/src/inputs.tspackages/action/src/minify.tspackages/action/src/outputs.tspackages/action/src/reporters/annotations.tspackages/action/src/reporters/comment.tspackages/action/src/reporters/summary.tspackages/benchmark/src/runner.tspackages/utils/src/getFilesizeGzippedInBytes.tsscripts/check-published.tsThese files were ignored
packages/action/__tests__/action.test.tspackages/utils/__tests__/utils.test.tsThese file types are not supported
.github/actions/node-minify/README.md.github/actions/node-minify/action.yml.github/workflows/release-action.yml.github/workflows/test-action.ymlAGENTS.mdaction.ymldocs/AGENTS.mddocs/src/content/docs/benchmark.mddocs/src/content/docs/cli.mddocs/src/content/docs/github-action.mdpackages/action/README.mdpackages/action/action.ymlpackages/action/package.jsonpackages/action/tsconfig.jsonpackages/benchmark/README.mdℹ️ Note
Summary by cubic
Added comprehensive docstrings across the GitHub Action, reporters, benchmark runner, utilities, and publishing script to clarify parameters, return values, and error cases. No runtime changes; improves readability, IDE hints, and onboarding.
Written for commit 2f55a56. Summary will update on new commits.