Skip to content

Commit bb1cffb

Browse files
committed
Skip coverage checks for cross-builds
Sometimes it's not consistent across builds for no apparent reason https://github.com/rspec/rspec-support/runs/1626127309 rspec/rspec-support#477 (comment)
1 parent 34daea6 commit bb1cffb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/script/run_build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ fi
2727

2828
if supports_cross_build_checks; then
2929
fold "one-by-one specs" run_specs_one_by_one
30+
export NO_COVERAGE=true
3031
run_all_spec_suites
3132
else
3233
echo "Skipping the rest of the build on non-MRI rubies"

0 commit comments

Comments
 (0)