You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by Matt Sicker <bo...@gmail.com> on 2016/11/14 15:10:16 UTC

Fwd: [1/2] logging-log4j2 git commit: Coveralls support.

Thanks for handling this! :)

---------- Forwarded message ----------
From: <gg...@apache.org>
Date: 13 November 2016 at 18:30
Subject: [1/2] logging-log4j2 git commit: Coveralls support.
To: commits@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 <gg...@apache.org>
Authored: Sun Nov 13 16:29:40 2016 -0800
Committer: Gary Gregory <gg...@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 <bo...@gmail.com>

Re: Fwd: [1/2] logging-log4j2 git commit: Coveralls support.

Posted by Gary Gregory <ga...@gmail.com>.
Don't thank me yet, it still does not work! :-(

On Nov 14, 2016 7:10 AM, "Matt Sicker" <bo...@gmail.com> wrote:

> Thanks for handling this! :)
>
> ---------- Forwarded message ----------
> From: <gg...@apache.org>
> Date: 13 November 2016 at 18:30
> Subject: [1/2] logging-log4j2 git commit: Coveralls support.
> To: commits@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 <gg...@apache.org>
> Authored: Sun Nov 13 16:29:40 2016 -0800
> Committer: Gary Gregory <gg...@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/8
> 864df02/.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/8
> 864df02/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 <bo...@gmail.com>
>