- Add
scoverage
to plugin list
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.3.5")
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
Please contact support for questions and help 👍 https://codecov.io/support