We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c72048a commit 1773b7fCopy full SHA for 1773b7f
1 file changed
script/cibuild
@@ -100,8 +100,10 @@ if [ "$RSPEC_TEST" = "true" ]; then
100
101
# Run the tests
102
echo "Running rspec unit tests"
103
+ export COVERAGE=true
104
time bundle exec rspec "${DIR}/spec/octocatalog-diff/tests"
105
exitcode=$?
106
+ unset COVERAGE
107
if [ "$exitcode" -ne 0 ]; then RSPEC_EXITCODE="$exitcode"; fi
108
cat "$OUTPUT_FILE"
109
echo ""
0 commit comments