Sha256: 47415a49a7b5768bc983cf530961451cf0e3c3b8b3f64d61521117b6ab263bcd

Contents?: true

Size: 759 Bytes

Versions: 10

Compression:

Stored size: 759 Bytes

Contents

version: 2
jobs:
  build:
    docker:
      - image: darthjee/circleci_ruby_gems:0.0.1
    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

Version data entries

10 entries across 10 versions & 3 rubygems

Version Path
arstotzka-1.3.0 .circleci/config.yml
sinclair-1.2.1 .circleci/config.yml
arstotzka-1.2.4 .circleci/config.yml
sinclair-1.2.0 .circleci/config.yml
arstotzka-1.2.3 .circleci/config.yml
sinclair-1.1.3 .circleci/config.yml
azeroth-0.0.4 .circleci/config.yml
arstotzka-1.2.2 .circleci/config.yml
arstotzka-1.2.1 .circleci/config.yml
arstotzka-1.2.0 .circleci/config.yml