mirror of
https://github.com/hyperdxio/hyperdx
synced 2026-04-21 21:37:41 +00:00
## Summary This update improves the Knip GitHub Action by adding detailed reporting of unused code issues. The changes include: - Enhanced issue counting to include a breakdown of items per category. - Added a detailed summary section in the PR comment that lists added and removed items for each category when there are changes. - Improved error handling to ensure consistent return values even when parsing fails. These enhancements provide clearer insights into unused code changes between branches, aiding in code maintenance and quality. | Before | After | | --- | --- | | <img width="569" height="451" alt="Screenshot 2026-03-23 at 4 44 43 PM" src="https://github.com/user-attachments/assets/01c2fdcc-802f-4046-8ab3-f3e92ec46ae0" /> | <img width="981" height="706" alt="Screenshot 2026-03-23 at 4 42 47 PM" src="https://github.com/user-attachments/assets/8fefeb74-1606-4a26-b307-3aa5ff76265f" /> | Note the additional details at bottom explaining the Function/Files causing diffs Also, if no changes are detected, output is minimal: <img width="1050" height="271" alt="Screenshot 2026-03-23 at 4 45 37 PM" src="https://github.com/user-attachments/assets/e075a5cd-4170-4999-a2c3-752447ac2f8a" /> |
||
|---|---|---|
| .. | ||
| claude-code-review.yml | ||
| claude.yml | ||
| e2e-tests.yml | ||
| knip.yml | ||
| main.yml | ||
| push.yml | ||
| pushv1.yml | ||
| release-nightly.yml | ||
| release.yml | ||
| security-audit.yml | ||