Sha256: 8b1cd8eb7157942ad15f720402c9cd0d6fcace96558149ba52a00b3b56160117

Contents?: true

Size: 357 Bytes

Versions: 2

Compression:

Stored size: 357 Bytes

Contents

machine:
  ruby:
    version: 2.4.0
test:
  override:
  - bundle exec rspec --format progress --require rspec_junit_formatter --format RspecJunitFormatter -o $CIRCLE_TEST_REPORTS/rspec/junit.xml
  - bundle exec rubocop
  post:
  - bundle exec rake rubycritic
  - bundle exec yard doc -o $CIRCLE_ARTIFACTS/doc
  - bundle exec rake circleci_reporter:coverage

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
circleci_reporter-1.0.1 circle.yml
circleci_reporter-1.0.0 circle.yml