Skip to content

Commit efb23b0

Browse files
authored
[ty] Ecosystem analyzer: diff report updates (#21662)
## Summary Pulls in an ecosystem-analyzer change with a few updates to the diff report: * Breakdown of added/removed/changed diagnostics by project * Option to filter diagnostics by project * Small button to copy a file path to the clipboard * `(-R +A ~C)` indicators in the filter dropdowns (removed, added, changed) * More concise layout, less scrolling ## Test Plan Tested on #21553 => https://david-generic-implicit-alias.ecosystem-663.pages.dev/diff
1 parent e5818d8 commit efb23b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ty-ecosystem-analyzer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
6868
cd ..
6969
70-
uv tool install "git+https://github.com/astral-sh/ecosystem-analyzer@e26ebfb78d372b8b091e1cb1d6fc522e135474c1"
70+
uv tool install "git+https://github.com/astral-sh/ecosystem-analyzer@55df3c868f3fa9ab34cff0498dd6106722aac205"
7171
7272
ecosystem-analyzer \
7373
--repository ruff \

.github/workflows/ty-ecosystem-report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
5353
cd ..
5454
55-
uv tool install "git+https://github.com/astral-sh/ecosystem-analyzer@e26ebfb78d372b8b091e1cb1d6fc522e135474c1"
55+
uv tool install "git+https://github.com/astral-sh/ecosystem-analyzer@55df3c868f3fa9ab34cff0498dd6106722aac205"
5656
5757
ecosystem-analyzer \
5858
--verbose \

0 commit comments

Comments
 (0)