Sha256: 3082bd0630872c88f737c89fe46dba0d2d05bfa9455230983f253098f9846679
Contents?: true
Size: 405 Bytes
Versions: 13
Compression:
Stored size: 405 Bytes
Contents
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 ```
Version data entries
13 entries across 13 versions & 1 rubygems