Skip to content

Commit

Permalink
[dist] add rcov dependency for now
Browse files Browse the repository at this point in the history
  • Loading branch information
coolo committed Apr 3, 2012
1 parent a2d9d16 commit 23cf16a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dist/ci/obs_testsuite_coverage.sh
Expand Up @@ -58,6 +58,9 @@ setup_api

echo "Enter API rails root and running rcov"
cd src/api
echo "gem 'rcov'" >> Gemfile
bundle show
git diff Gemfile Gemfile.lock
mkdir -p coverage
rake --trace test:rcov || true
cd ../..
Expand Down

0 comments on commit 23cf16a

Please sign in to comment.