Skip to content

Commit b0128eb

Browse files
authored
fix: recognize pessimistic coverage profile (#407)
1 parent a7e4b38 commit b0128eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coverage-merge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
exit 1
120120
fi
121121
elif [ "${#bvt_profiles[@]}" -eq 1 ] \
122-
&& [ "$(basename "${bvt_profiles[0]}")" = 'bvt-standalone.out' ]; then
122+
&& [ "$(basename "${bvt_profiles[0]}")" = 'bvt-pessimistic.out' ]; then
123123
echo '::warning::merging coverage without the unsupported legacy Compose profile'
124124
elif [ "${#bvt_profiles[@]}" -ne 2 ]; then
125125
echo '::error::expected two BVT profiles, or the standalone profile alone on a legacy branch'

0 commit comments

Comments
 (0)