All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scoverage.Constants.scala Maven / Gradle / Ivy

The newest version!
package scoverage

object Constants {
  // the file that contains the statement mappings
  val CoverageFileName = "scoverage.coverage"
  // the final scoverage report
  val XMLReportFilename = "scoverage.xml"
  val XMLReportFilenameWithDebug = "scoverage-debug.xml"
  // directory that contains all the measurement data but not reports
  val DataDir = "scoverage-data"
  // the prefix the measurement files have
  val MeasurementsPrefix = "scoverage.measurements."
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy