You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2020/08/05 16:58:07 UTC

[commons-numbers] branch master updated (329efa7 -> 3282fb8)

This is an automated email from the ASF dual-hosted git repository.

erans pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-numbers.git.


    from 329efa7  Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-numbers
     new b6d445a  Add "sonarcloud" badge.
     new 3282fb8  Add "lgtm" badge.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md | 2 ++
 1 file changed, 2 insertions(+)


[commons-numbers] 01/02: Add "sonarcloud" badge.

Posted by er...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

erans pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-numbers.git

commit b6d445a2dabda437dbe4c15c7bf9d953fe2e18aa
Author: Gilles Sadowski <gi...@gmail.com>
AuthorDate: Wed Aug 5 18:49:48 2020 +0200

    Add "sonarcloud" badge.
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index bff4484..51f9005 100644
--- a/README.md
+++ b/README.md
@@ -45,6 +45,7 @@ Apache Commons Numbers
 
 [![Build Status](https://travis-ci.org/apache/commons-numbers.svg)](https://travis-ci.org/apache/commons-numbers)
 [![Coverage Status](https://coveralls.io/repos/apache/commons-numbers/badge.svg)](https://coveralls.io/r/apache/commons-numbers)
+[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=commons-numbers&metric=alert_status)](https://sonarcloud.io/dashboard?id=commons-numbers)
 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-numbers-parent/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-numbers-parent/)
 
 The Apache Commons Numbers project provides number types and utilities.


[commons-numbers] 02/02: Add "lgtm" badge.

Posted by er...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

erans pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-numbers.git

commit 3282fb87ebcc905ef1daa6a7ac24740c3f73cf4f
Author: Gilles Sadowski <gi...@gmail.com>
AuthorDate: Wed Aug 5 18:55:48 2020 +0200

    Add "lgtm" badge.
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 51f9005..aaa8a9f 100644
--- a/README.md
+++ b/README.md
@@ -47,6 +47,7 @@ Apache Commons Numbers
 [![Coverage Status](https://coveralls.io/repos/apache/commons-numbers/badge.svg)](https://coveralls.io/r/apache/commons-numbers)
 [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=commons-numbers&metric=alert_status)](https://sonarcloud.io/dashboard?id=commons-numbers)
 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-numbers-parent/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-numbers-parent/)
+[![Code Quality:Java](https://img.shields.io/lgtm/grade/java/g/apache/commons-numbers.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/apache/commons-numbers/context:java)
 
 The Apache Commons Numbers project provides number types and utilities.