- Add
scoverage
to plugin list
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1")
as seen here
- Add
coverage
andcoverageReport
tosbt
sbt clean coverage test coverageReport
as seen here
- After tests are complete add the Codecov uploader
bash <(curl -s https://codecov.io/bash)
as seen here- Please provide your upload token. Learn more here
We are happy to help if you have any questions. Please contact email our Support at [email protected]