Sha256: 16038fa141eac3c540936a98978b1429868cff64fc1b0186feb392b2a76947e7
Contents?: true
Size: 746 Bytes
Versions: 1
Compression:
Stored size: 746 Bytes
Contents
version: 2 jobs: build: docker: - image: darthjee/circleci_ruby_gems: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: Rubycritcs check command: scripts/rubycritic.sh
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
danica-2.7.5 | .circleci/config.yml |