p
scoverage
package scoverage
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
trait
CoverageFilter extends AnyRef
Methods related to filtering the instrumentation and coverage.
- class RegexCoverageFilter extends CoverageFilter
- class ScoverageInstrumentationComponent extends PluginComponent with TypingTransformers with Transform
-
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
- class ScoveragePlugin extends Plugin
Value Members
- object AllCoverageFilter extends CoverageFilter
- object Location
- object ScoverageOptions extends Serializable
- object ScoveragePlugin