Sha256: 4c3f4caf96d27e5aae380db2bab7c81828a28605c96ebd273e728679b631efbf

Contents?: true

Size: 658 Bytes

Versions: 2

Compression:

Stored size: 658 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

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
arstotzka-1.0.4 .circleci/config.yml
darthjee-core_ext-1.7.4 .circleci/config.yml