Thanks for handling this! :) ---------- Forwarded message ---------- From: <ggreg...@apache.org> Date: 13 November 2016 at 18:30 Subject: [1/2] logging-log4j2 git commit: Coveralls support. To: comm...@logging.apache.org
Repository: logging-log4j2 Updated Branches: refs/heads/master a3e0b3f7e -> 49bd0924f Coveralls support. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/ commit/8864df02 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/8864df02 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/8864df02 Branch: refs/heads/master Commit: 8864df02b989c35c6d795d43ed217d7c15901b54 Parents: b988cab Author: Gary Gregory <ggreg...@apache.org> Authored: Sun Nov 13 16:29:40 2016 -0800 Committer: Gary Gregory <ggreg...@apache.org> Committed: Sun Nov 13 16:29:40 2016 -0800 ---------------------------------------------------------------------- .travis.yaml | 2 +- pom.xml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/ 8864df02/.travis.yaml ---------------------------------------------------------------------- diff --git a/.travis.yaml b/.travis.yaml index 229d8e3..ed1c6ec 100644 --- a/.travis.yaml +++ b/.travis.yaml @@ -18,5 +18,5 @@ jdk: - oraclejdk7 after_success: - - mvn clean test + - mvn clean cobertura:cobertura coveralls:report \ No newline at end of file http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/8864df02/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ed0b692..7192054 100644 --- a/pom.xml +++ b/pom.xml @@ -930,6 +930,11 @@ <minSeverity>${minSeverity}</minSeverity> </configuration> </plugin> + <plugin> + <groupId>org.eluder.coveralls</groupId> + <artifactId>coveralls-maven-plugin</artifactId> + <version>4.3.0</version> + </plugin> </plugins> </pluginManagement> <plugins> -- Matt Sicker <boa...@gmail.com>