Skip to content

Commit

Permalink
Try fix codecov 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Hronom committed Nov 14, 2015
1 parent 36975e8 commit d6d93ed
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
4 changes: 1 addition & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<argLine>-Xmx10G</argLine>
</properties>

<prerequisites>
Expand Down Expand Up @@ -285,7 +284,6 @@
<version>2.19</version>
<configuration>
<workingDirectory>${project.basedir}/bin</workingDirectory>
<argLine>${argLine}</argLine>
</configuration>
</plugin>

Expand All @@ -306,7 +304,7 @@
<configuration>
<workingDirectory>${project.basedir}/bin</workingDirectory>
<encoding>UTF-8</encoding>
<argLine>${argLine}</argLine>
<argLine>-Xmx10g</argLine>
</configuration>
</plugin>

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
package com.github.hronom.scrape.dat.website;

import org.junit.After;
import org.junit.Before;
import org.junit.Test;

import static org.junit.Assert.*;

public class ScrapeDatWebsiteAppTest {

@Before
public void setUp() throws Exception {

}

@After
public void tearDown() throws Exception {

}

@Test
public void testMain() throws Exception {

}
}

0 comments on commit d6d93ed

Please sign in to comment.