You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
build-push-action/dist
Claude 4108c3efae refactor: remove unnecessary build-reporter abstraction
Inline the reportBuildStart function directly into main.ts since it was
just a thin wrapper around reporter.reportBuild. This removes an
unnecessary abstraction layer and makes the code simpler.

Changes:
- Delete build-reporter.ts file
- Inline the reportBuild logic directly in reportBuildMetrics function
- Update tests to mock reporter.reportBuild directly
- Fix test expectations to match the new error messages

The code is now cleaner with one less file and abstraction layer.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
5 months ago
..
index.js refactor: remove unnecessary build-reporter abstraction 5 months ago
index.js.map refactor: remove unnecessary build-reporter abstraction 5 months ago
licenses.txt refactor: remove unused stickydisk setup logic and rename setup_builder 5 months ago
sourcemap-register.js *: use axios-retry instead of handrolled retry methods 1 year ago