Added jacoco.exec generation
This commit is contained in:
parent
8e94bb4d60
commit
9e6471c74b
4 changed files with 30 additions and 87 deletions
|
@ -17,10 +17,11 @@
|
|||
package rife.bld.extension;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
import static org.assertj.core.api.Assertions.assertThat;
|
||||
|
||||
class JacocoReportOperationTest {
|
||||
@Test
|
||||
void executeTest() {
|
||||
|
||||
assertThat(true).isTrue(); // TODO
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue