Sha256: 58c38fde0d5b4e00a2f04dd5bfef093e1579662b4e8c00fa9ccf8d936c4b34d5

Contents?: true

Size: 758 Bytes

Versions: 1

Compression:

Stored size: 758 Bytes

Contents

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

1 entries across 1 versions & 1 rubygems

Version Path
arstotzka-1.1.0 .circleci/config.yml