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.
2 parents 764a523 + 162b995 commit 1a19909Copy full SHA for 1a19909
.github/workflows/check-qldoc.yml
@@ -26,9 +26,8 @@ jobs:
26
shell: bash
27
run: |
28
EXIT_CODE=0
29
- # TODO: remove the swift exception from the regex when we fix generated QLdoc
30
# TODO: remove the shared exception from the regex when coverage of qlpacks without dbschemes is supported
31
- changed_lib_packs="$(git diff --name-only --diff-filter=ACMRT HEAD^ HEAD | { grep -Po '^(?!(swift|shared))[a-z]*/ql/lib' || true; } | sort -u)"
+ changed_lib_packs="$(git diff --name-only --diff-filter=ACMRT HEAD^ HEAD | { grep -Po '^(?!(shared))[a-z]*/ql/lib' || true; } | sort -u)"
32
for pack_dir in ${changed_lib_packs}; do
33
lang="${pack_dir%/ql/lib}"
34
codeql generate library-doc-coverage --output="${RUNNER_TEMP}/${lang}-current.txt" --dir="${pack_dir}"
0 commit comments