Sha256: 7fb35012e95d795986f7ec2ecdadc32c1f7e24cc86d22ef74183560af5c6f1b3

Contents?: true

Size: 956 Bytes

Versions: 5

Compression:

Stored size: 956 Bytes

Contents

version: 2
jobs:
  build:
    docker:
      - image: darthjee/circleci_ruby_gems:0.5.0
        environment:
          PROJECT: sinclair
    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

5 entries across 5 versions & 1 rubygems

Version Path
sinclair-1.6.4 .circleci/config.yml
sinclair-1.6.3 .circleci/config.yml
sinclair-1.6.2 .circleci/config.yml
sinclair-1.6.1 .circleci/config.yml
sinclair-1.6.0 .circleci/config.yml