File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4343 run : cargo build --release
4444 - name : Generate dbscheme
4545 if : ${{ matrix.os == 'ubuntu-latest' }}
46- run : target/release/ql-generator --dbscheme ql/src/ql.dbscheme --library ql/src/codeql_ql/ast/internal/
46+ run : target/release/ql-generator --dbscheme ql/src/ql.dbscheme --library ql/src/codeql_ql/ast/internal/TreeSitter.qll
4747 - uses : actions/upload-artifact@v2
4848 if : ${{ matrix.os == 'ubuntu-latest' }}
4949 with :
Original file line number Diff line number Diff line change 7373 path : stats
7474 - run : |
7575 python -m pip install --user lxml
76- find stats -name 'stats.xml' | sort | xargs python scripts/merge_stats.py --output ql/src/ql.dbscheme.stats --normalise tokeninfo
76+ find stats -name 'stats.xml' | sort | xargs python scripts/merge_stats.py --output ql/src/ql.dbscheme.stats --normalise ql_tokeninfo
7777 - uses : actions/upload-artifact@v2
7878 with :
7979 name : ql.dbscheme.stats
You can’t perform that action at this time.
0 commit comments