Skip to content

Instantly share code, notes, and snippets.

@hiraiva
Last active June 25, 2016 08:13
Show Gist options
  • Save hiraiva/a608eaeb25f47ce499257500a0fde4ad to your computer and use it in GitHub Desktop.
Save hiraiva/a608eaeb25f47ce499257500a0fde4ad to your computer and use it in GitHub Desktop.
コントリビュータになりたいハッカソン #2 発表資料

class: center, middle

コントリビュータになりたいハッカソン #2 発表資料

http://gistdeck.github.io/hiraiva/a608eaeb25f47ce499257500a0fde4ad#1

@hiraiva


やったこと

  • まにあってない仕事(ごめんなさい><)
  • scalac-scoverage-plugin の調査
  • sbt-scoverage の調査

scalac-scoverage-plugin

  • カバレッジ計測のためのscalaコンパイラプラグイン
  • 最終リリースが1年前
  • 若干開発が停滞している…?

sbt-scoverage

  • scalac-scoverage-plugin をsbtプロジェクトで使うためのsbtプラグイン
  • sbtプロジェクトであれば、参照するのはこっち
  • scalac-scoverage-plugin より多少マシくらいだが、それほど開発は活発ではない

今後やること

  • scalaコンパイラプラグインとsbtプラグインの勉強
  • なんでもいいからPR送る
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment