fuel-library/utils/jenkins/fuel_noop_tests.sh
Alex Schultz e30a4e6352 Enable coverage report generation for Jenkins
This change fixes the regression introduced by
I814667283ccfc6ebd7c16d961270f688e9fb9c4c in which the rspec coverage
information was no longer being written out. Additionally this change
enables coverage report information to be generaged by the Jenkins jobs
as part of the default run via fuel_noop_tests.sh. This change will
allow us to update the jobs to capture the information with Jenkins and
report on trends.

Change-Id: I6cc729d7ff2928bdf78ee17487f2158b4ef12490
Closes-Bug: #1524967
Related-Bug: #1506557
2015-12-10 15:35:00 -07:00

10 lines
117 B
Bash
Executable File

#!/bin/bash
DIR=`dirname $0`
echo 'Ruby version:'
ruby --version
"${DIR}/fuel_noop_tests.rb" -b -d -u -O -m ${@}