From 9546761407efd4f9e0d7a7c94d6719ee69a096d9 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Fri, 8 Mar 2019 15:18:41 -0800 Subject: Fix coverage stub generation in CI. --- test/utils/shippable/shippable.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/utils/shippable/shippable.sh b/test/utils/shippable/shippable.sh index 78cef019e8..22ff3c0cce 100755 --- a/test/utils/shippable/shippable.sh +++ b/test/utils/shippable/shippable.sh @@ -75,7 +75,7 @@ function cleanup { if find test/results/coverage/ -mindepth 1 -name '.*' -prune -o -print -quit | grep -q .; then # for complete on-demand coverage generate a report for all files with no coverage on the "other" job so we only have one copy - if [ "${COVERAGE}" ] && [ "${CHANGED}" == "" ] && [ "${test}" == "other" ]; then + if [ "${COVERAGE}" ] && [ "${CHANGED}" == "" ] && [ "${test}" == "sanity/1" ]; then stub="--stub" else stub="" -- cgit v1.2.1