Sha256: f26a4d24b4a046f8cbbd6ddd71787e281d5ad01d8e097b791b306d0120dc06df
Contents?: true
Size: 404 Bytes
Versions: 6
Compression:
Stored size: 404 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 # pull 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
6 entries across 6 versions & 1 rubygems