Agenda
Code Coverage Tool 使ってます?
Scala での Code Coverage
とりあえず簡単なテストコードを
https://docs.scala-lang.org/getting-started-intellij-track/testing-scala-in-intellij-with-scalatest.html
Codecov
気になるお値段
https://codecov.io/pricing
いろんな言語に対応しているので興味あれば
https://docs.codecov.io/docs/supported-languages
計測してみましょう
https://github.com/codecov/example-scala
Demo 用
https://github.com/sampo02/codecov-demo
badge の表示ができておしゃれですね
https://github.com/sampo02/codecov-demo/tree/add-hello-test
Pull Request に bot comment
https://github.com/sampo02/codecov-demo/pull/1
https://docs.codecov.io/docs/pull-request-comments
とあるプロジェクトの様子
By sampo02