Sha256: 012be812dfff00fac65174ff2ac23b94e958d3faba9811204a856b6eb77c4fa7
Contents?: true
Size: 954 Bytes
Versions: 4
Compression:
Stored size: 954 Bytes
Contents
version: 2.1 orbs: ruby: circleci/ruby@1.1.1 jobs: build: docker: - image: circleci/ruby:2.6-node-browsers working_directory: ~/repo steps: - checkout - run: name: Install dependencies command: bundle install --jobs=4 --retry=3 --path vendor/bundle - run: name: Install CodeClimate test coverage reporter command: | curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter chmod +x ./cc-test-reporter ./cc-test-reporter before-build - run: name: Run tests command: | mkdir /tmp/test-results bundle exec rspec --format progress --format RspecJunitFormatter --out /tmp/test-results/rspec.xml - run: name: Upload test coverage report to CodeClimate command: ./cc-test-reporter after-build --exit-code $?
Version data entries
4 entries across 4 versions & 2 rubygems
Version | Path |
---|---|
metacrunch-file-1.5.0 | .circleci/config.yml |
metacrunch-marcxml-3.1.0 | .circleci/config.yml |
metacrunch-marcxml-3.0.0 | .circleci/config.yml |
metacrunch-file-1.4.0 | .circleci/config.yml |