We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c6e517 commit 4585e8aCopy full SHA for 4585e8a
.github/workflows/ql-for-ql-dataset_measure.yml
@@ -77,7 +77,7 @@ jobs:
77
path: stats
78
- run: |
79
python -m pip install --user lxml
80
- find stats -name 'stats.xml' -print0 | sort -z | xargs -0 python ql/scripts/merge_stats.py --output ql/ql/src/ql.dbscheme.stats --normalise ql_tokeninfo
+ find stats -name 'stats.xml' -print0 | sort -z | xargs -0 python ruby/scripts/merge_stats.py --output ql/ql/src/ql.dbscheme.stats --normalise ql_tokeninfo
81
- uses: actions/upload-artifact@v3
82
with:
83
name: ql.dbscheme.stats
0 commit comments