Sha256: c4e9c1dd7705e21b8a7e075cce03c2760de04e27bda7139d735de78a6fd76491

Contents?: true

Size: 957 Bytes

Versions: 3

Compression:

Stored size: 957 Bytes

Contents

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

3 entries across 3 versions & 1 rubygems

Version Path
arstotzka-1.4.4 .circleci/config.yml
arstotzka-1.4.3 .circleci/config.yml
arstotzka-1.4.2 .circleci/config.yml