diff --git a/.gitea/workflows/build-feature.yml b/.gitea/workflows/build-feature.yml index 3d889f5..909cec9 100644 --- a/.gitea/workflows/build-feature.yml +++ b/.gitea/workflows/build-feature.yml @@ -59,7 +59,7 @@ jobs: --entrypoint bash ${{ inputs.bats-image }} \ -c 'apk add -q lsof python3 jq curl ruby && cd /data && \ gem install bashcov 2>&1 | tail -1 && \ - bashcov -- bats tests/' \ + bashcov --include scripts/ -- bats tests/' \ > "reports/${GITHUB_SHA:0:8}/bats/results.txt" 2>&1 BATS_EXIT=$? bash .ci/.gitea/scripts/bats-coverage.sh bats-workspace "reports/${GITHUB_SHA:0:8}/bats"