以下の内容はhttps://tbpgr.hatenablog.com/entry/2016/10/13/224418より取得しました。


Circle CIでRuboCopを実行し、結果をHTMLとしてBuild artifactsに保存する

alt

Circle CIでRuboCopを実行し、結果をHTMLとしてBuild artifactsに保存します

Build artifacts とは?

スクリーンショットカバレッジレポート、デプロイ用のtarballなどをビルド結果として保存したい場合に
それらをBuild artifactsに保存し、URLでアクセスできます。

circleci.com

サンプル

circle.yml

machine:
  timezone:
    Asia/Tokyo
  ruby:
    version: 2.3.1
general:
  artifacts:
    - tmp/rubocop/rubocop.html
test:
  pre:
    - bundle exec rubocop -f html --out tmp/rubocop/rubocop.html lib

結果

  • Artifacts

f:id:tbpg:20161013224313p:plain

  • レポート

rubocop.html のリンクをクリックして結果レポートを開きます

f:id:tbpg:20161013224319p:plain




以上の内容はhttps://tbpgr.hatenablog.com/entry/2016/10/13/224418より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14