File tree Expand file tree Collapse file tree 1 file changed +1
-21
lines changed
Expand file tree Collapse file tree 1 file changed +1
-21
lines changed Original file line number Diff line number Diff line change 1- name : Build/check CSV flow coverage report
1+ name : Build CSV flow coverage report
22
33on :
44 workflow_dispatch :
55 inputs :
66 qlModelShaOverride :
77 description : ' github/codeql repo SHA used for looking up the CSV models'
88 required : false
9- push :
10- branches :
11- - main
12- - ' rc/**'
13- pull_request :
14- paths :
15- - ' .github/workflows/csv-coverage.yml'
16- - ' */ql/src/**/*.ql'
17- - ' */ql/src/**/*.qll'
18- - ' misc/scripts/library-coverage/*.py'
19- # input data files
20- - ' */documentation/library-coverage/cwe-sink.csv'
21- - ' */documentation/library-coverage/frameworks.csv'
22- # coverage report files
23- - ' */documentation/library-coverage/flow-model-coverage.csv'
24- - ' */documentation/library-coverage/flow-model-coverage.rst'
259
2610jobs :
2711 build :
7054 with :
7155 name : rst-flow-model-coverage
7256 path : flow-model-coverage-*.rst
73- # - name: Check coverage files
74- # if: github.event.pull_request
75- # run: |
76- # python script/misc/scripts/library-coverage/compare-files.py codeqlModels
7757
You can’t perform that action at this time.
0 commit comments