未验证 提交 04cce6e6 编写于 作者: 梦境迷离's avatar 梦境迷离 提交者: GitHub

add codecov (#79)

上级 30dddddb
......@@ -29,4 +29,9 @@ jobs:
run: sbt +compile
- name: Run Test
run: sbt test
\ No newline at end of file
run: sbt coverage test coverageReport
- name: Aggregate coverage report
run: sbt coverageAggregate
- name: Upload test coverage report
run: bash <(curl -s https://codecov.io/bash)
......@@ -4,4 +4,5 @@ addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.13")
addSbtPlugin("org.jetbrains" % "sbt-ide-settings" % "1.1.0")
addSbtPlugin("org.jetbrains" % "sbt-idea-plugin" % "3.12.5")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0")
\ No newline at end of file
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.8.2")
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册