File tree 3 files changed +33
-0
lines changed
main/scala/de/johoop/jacoco4sbt
test/scala/de/johoop/jacoco4sbt
3 files changed +33
-0
lines changed Original file line number Diff line number Diff line change
1
+ /*
2
+ * This file is part of jacoco4sbt.
3
+ *
4
+ * Copyright (c) 2014 Joachim Hofer & contributors
5
+ * All rights reserved.
6
+ *
7
+ * This program and the accompanying materials
8
+ * are made available under the terms of the Eclipse Public License v1.0
9
+ * which accompanies this distribution, and is available at
10
+ * http://www.eclipse.org/legal/epl-v10.html
11
+ */
1
12
package de .johoop .jacoco4sbt
2
13
3
14
case class Thresholds (instruction : Double = 0 ,
Original file line number Diff line number Diff line change
1
+ /*
2
+ * This file is part of jacoco4sbt.
3
+ *
4
+ * Copyright (c) 2014 Joachim Hofer & contributors
5
+ * All rights reserved.
6
+ *
7
+ * This program and the accompanying materials
8
+ * are made available under the terms of the Eclipse Public License v1.0
9
+ * which accompanies this distribution, and is available at
10
+ * http://www.eclipse.org/legal/epl-v10.html
11
+ */
1
12
package de .johoop .jacoco4sbt
2
13
3
14
import org .mockito .Mockito ._
Original file line number Diff line number Diff line change
1
+ /*
2
+ * This file is part of jacoco4sbt.
3
+ *
4
+ * Copyright (c) 2014 Joachim Hofer & contributors
5
+ * All rights reserved.
6
+ *
7
+ * This program and the accompanying materials
8
+ * are made available under the terms of the Eclipse Public License v1.0
9
+ * which accompanies this distribution, and is available at
10
+ * http://www.eclipse.org/legal/epl-v10.html
11
+ */
1
12
package de .johoop .jacoco4sbt
2
13
3
14
object Util {
You can’t perform that action at this time.
0 commit comments