We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4377a2a commit a769a6fCopy full SHA for a769a6f
src/main/scala/scoverage/Invoker.scala
@@ -24,7 +24,7 @@ object Invoker {
24
* @param id the id of the statement that was invoked
25
* @param dataDir the directory where the measurement data is held
26
*/
27
- def invoked(id: Int, dataDir: String) = {
+ def invoked(id: Int, dataDir: String): Unit = {
28
// [sam] we can do this simple check to save writing out to a file.
29
// This won't work across JVMs but since there's no harm in writing out the same id multiple
30
// times since for coverage we only care about 1 or more, (it just slows things down to
0 commit comments