Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (15 loc) · 405 Bytes

codeship.md

File metadata and controls

19 lines (15 loc) · 405 Bytes

Sample configuration to run undercover in Codeship CI. Edit these fields in Project Settings.

Setup commands

rvm use 2.5.3 --install
bundle install
gem install undercover

Test pipeline

bundle exec rspec --format documentation --color
# fetch origin/master to have a ref to compare against
git remote set-branches --add origin master
git fetch
undercover -c origin/master