We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c02a296 commit b81cc18Copy full SHA for b81cc18
1 file changed
.github/workflows/include-analysis-metrics.yml
@@ -124,7 +124,7 @@ jobs:
124
curl https://commondatastorage.googleapis.com/chromium-browser-clang/include-analysis.js > include-analysis.js
125
- name: Find Prevalent Files
126
run: |
127
- python extract_include_analysis_metrics.py --filter-generated-files --filter-third-party --metric prevalence --weight-threshold 10 > prevalent-files.csv
+ python extract_include_analysis_metrics.py --filter-generated-files --filter-third-party --filter-mojom-headers --metric prevalence --weight-threshold 10 > prevalent-files.csv
128
- run: npm install @actions/cache
129
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
130
with:
0 commit comments