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 d4f1cbe commit b17ffbdCopy full SHA for b17ffbd
1 file changed
.github/workflows/csv-coverage.yml
@@ -13,7 +13,8 @@ on:
13
pull_request:
14
paths:
15
- '.github/workflows/csv-coverage.yml'
16
- - 'java/ql/src/meta/frameworks/Coverage.ql'
+ - '*/ql/src/**/*.ql'
17
+ - '*/ql/src/**/*.qll'
18
- 'misc/scripts/library-coverage/*.py'
19
# input data files
20
- '*/documentation/library-coverage/cwe-sink.csv'
0 commit comments