Skip to content

Commit

Permalink
fix coverage exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
edadma committed Apr 7, 2018
1 parent c066b53 commit ff0d2e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -35,7 +35,7 @@ libraryDependencies ++= Seq(
"jline" % "jline" % "2.14.4"
)

coverageExcludedPackages := ".*Tests;.*CPU;.*IllegalCSR;.*Instruction;.*Compressed;.*package;Example;.*BDF;.*Machine;.*StdIOChar;.*StdIOInt;.*StdIOHex;.*JLineInt;.*JLineHex;.*RNG;.*WriteOnlyDevice;.*ReadOnlyDevice;.*Device;.*RAM;.*ROM;.*Memory;.*Addressable;.*Video;.*Options;.*Main;.*Disk;.*Hexdump"
coverageExcludedPackages := ".*Tests;.*CPU;.*IllegalCSR;.*Instruction;.*Compressed;.*package;Example;.*BDF;.*Emulator;.*StdIOChar;.*StdIOInt;.*StdIOHex;.*JLineInt;.*JLineHex;.*RNG;.*WriteOnlyDevice;.*ReadOnlyDevice;.*Device;.*RAM;.*ROM;.*Memory;.*Addressable;.*Video;.*Options;.*Main;.*Disk;.*Hexdump"

mainClass in (Compile, run) := Some( "xyz.hyperreal." + name.value.replace('-', '_') + ".Main" )

Expand Down

0 comments on commit ff0d2e8

Please sign in to comment.