diff --git a/.gitignore b/.gitignore
index 704f4e311..3529ee652 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,4 +24,6 @@ build/apache-maven*
build/scala*
target/
logs/
-out/
\ No newline at end of file
+out/
+hs_err_pid*
+
diff --git a/pom.xml b/pom.xml
index e2fe3a938..be9001e51 100644
--- a/pom.xml
+++ b/pom.xml
@@ -368,6 +368,29 @@
+
+
+ org.jacoco
+ jacoco-maven-plugin
+ 0.8.0
+
+ ${project.build.directory}/codecov-reports
+
+
+
+
+ prepare-agent
+
+
+
+ report
+ test
+
+ report
+
+
+
+
org.apache.maven.plugins
@@ -397,25 +420,6 @@
-
- org.jacoco
- jacoco-maven-plugin
- 0.5.8.201207111220
-
-
-
- prepare-agent
-
-
-
- report
- test
-
- report
-
-
-
-