Sha256: f14b7236c88f6a306a0a1396237affcbbacc3f4684c33d69986b94ad584347c8

Contents?: true

Size: 846 Bytes

Versions: 3

Compression:

Stored size: 846 Bytes

Contents

version: 2
jobs:
  build:
    docker:
      - image: darthjee/circleci_ruby_gems:0.0.2
    steps:
      - checkout
      - run:
          name: Prepare Coverage Test Report
          command: cc-test-reporter before-build
      - run:
          name: Bundle Install
          command: bundle install
      - run:
          name: RSpec
          command: bundle exec rspec
      - run:
          name: Rubocop
          command: rubocop
      - run:
          name: Coverage Test Report
          command: cc-test-reporter after-build --exit-code $?
      - run:
          name: Yardstick coverage check
          command: bundle exec rake verify_measurements
      - run:
          name: Check version documentation
          command: scripts/check_readme.sh
      - run:
          name: Rubycritcs check
          command: scripts/rubycritic.sh

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
mercy-1.6.0 .circleci/config.yml
arstotzka-1.3.2 .circleci/config.yml
arstotzka-1.3.1 .circleci/config.yml