Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38eb6c1 commit 4d18ec2Copy full SHA for 4d18ec2
1 file changed
.github/workflows/dataset_measure.yml
@@ -73,7 +73,7 @@ jobs:
73
path: stats
74
- run: |
75
python -m pip install --user lxml
76
- find stats -name 'stats.xml' | sort | xargs python scripts/merge_stats.py --output ql/src/ruby.dbscheme.stats --normalise tokeninfo
+ find stats -name 'stats.xml' | sort | xargs python scripts/merge_stats.py --output ql/src/ruby.dbscheme.stats --normalise ruby_tokeninfo
77
- uses: actions/upload-artifact@v2
78
with:
79
name: ruby.dbscheme.stats
0 commit comments