Sha256: 1034e60bc3390666656970aaf74b0edf4b672d782a36adac66ec5b3d6572e26a

Contents?: true

Size: 956 Bytes

Versions: 6

Compression:

Stored size: 956 Bytes

Contents

version: 2
jobs:
  build:
    docker:
      - image: darthjee/circleci_rails_gems:0.5.1
        environment:
          PROJECT: azeroth
    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: check_readme.sh
      - run:
          name: Rubycritcs check
          command: rubycritic.sh
      - run:
          name: Check unit tests
          command: check_specs

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
azeroth-0.6.5 .circleci/config.yml
azeroth-0.6.4 .circleci/config.yml
azeroth-0.6.3 .circleci/config.yml
azeroth-0.6.2 .circleci/config.yml
azeroth-0.6.1 .circleci/config.yml
azeroth-0.6.0 .circleci/config.yml