We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2487b3 commit 80ed6e3Copy full SHA for 80ed6e3
1 file changed
.github/workflows/include-analysis-diff.yml
@@ -54,7 +54,7 @@ jobs:
54
- name: Include Analysis Diff
55
if: ${{ steps.check-new-include-analysis.outputs.revision }}
56
run: |
57
- python include_analysis_diff.py include-analysis.js > include-analysis-diff.csv
+ python include_analysis_diff.py include-analysis.js --min-edge-size 40 --increase-percentage-threshold 25 --increase-from-zero-threshold 40 > include-analysis-diff.csv
58
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
59
60
with:
0 commit comments