rajataan coverage vain vendor scripteihin
This commit is contained in:
@@ -59,7 +59,7 @@ jobs:
|
|||||||
--entrypoint bash ${{ inputs.bats-image }} \
|
--entrypoint bash ${{ inputs.bats-image }} \
|
||||||
-c 'apk add -q lsof python3 jq curl ruby && cd /data && \
|
-c 'apk add -q lsof python3 jq curl ruby && cd /data && \
|
||||||
gem install bashcov 2>&1 | tail -1 && \
|
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
|
> "reports/${GITHUB_SHA:0:8}/bats/results.txt" 2>&1
|
||||||
BATS_EXIT=$?
|
BATS_EXIT=$?
|
||||||
bash .ci/.gitea/scripts/bats-coverage.sh bats-workspace "reports/${GITHUB_SHA:0:8}/bats"
|
bash .ci/.gitea/scripts/bats-coverage.sh bats-workspace "reports/${GITHUB_SHA:0:8}/bats"
|
||||||
|
|||||||
Reference in New Issue
Block a user