lostapathy/simple_report

View on GitHub
.drone.yml

Summary

Maintainability
Test Coverage
pipeline:
  build:
    image: ruby:2.4
    pull: true
    commands:
      - bundle install
      - bundle exec rake test