.buildkite/pipeline.yml in osso-0.0.3.18 vs .buildkite/pipeline.yml in osso-0.0.3.19

- old
+ new

@@ -4,9 +4,18 @@ - bundle install - bundle exec rake db:drop - bundle exec rake db:create - RACK_ENV=test bundle exec rake db:migrate - bundle exec rspec + artifact_paths: + - coverage/* + + - name: ":codeclimate:" + plugins: + - jobready/codeclimate-test-reporter#v2.0: + artifact: "coverage/.resultset.json" + input_type: simplecov + prefix: '/var/lib/buildkite-agent/builds/enterprise-oss-bk-1/enterpriseoss/osso-rb/' - block: ":rubygems: Publish :red_button:" branches: "main" - name: "Push :rubygems:" \ No newline at end of file