p

scoverage

package scoverage

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait CoverageFilter extends AnyRef

    Methods related to filtering the instrumentation and coverage.

  2. class RegexCoverageFilter extends CoverageFilter
  3. class ScoverageInstrumentationComponent extends PluginComponent with TypingTransformers with Transform
  4. case class ScoverageOptions(excludedPackages: Seq[String], excludedFiles: Seq[String], excludedSymbols: Seq[String], dataDir: String, reportTestName: Boolean, sourceRoot: String) extends Product with Serializable

    Base options that can be passed into scoverage

    Base options that can be passed into scoverage

    excludedPackages

    packages to be excluded in coverage

    excludedFiles

    files to be excluded in coverage

    excludedSymbols

    symbols to be excluded in coverage

    dataDir

    the directory that the coverage files should be written to

    reportTestName

    whether or not the test names should be reported

    sourceRoot

    the source root of your project

  5. class ScoveragePlugin extends Plugin

Value Members

  1. object AllCoverageFilter extends CoverageFilter
  2. object Location
  3. object ScoverageOptions extends Serializable
  4. object ScoveragePlugin

Ungrouped