Skip to content

ppornkitpras-agoda/example-scala

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codecov Scala Example

  1. Add scoverage to plugin list
  • addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1") as seen here
  1. Add coverage and coverageReport to sbt
  • sbt clean coverage test coverageReport as seen here
  1. 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]

About

Scala coverage example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 100.0%