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

radu pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-graphql-core.git


The following commit(s) were added to refs/heads/master by this push:
     new da88c72  Updating badges for org-apache-sling-graphql-core
da88c72 is described below

commit da88c72fa36dd97bc46ce7aed053c73ad282e4fb
Author: Radu Cotescu <[email protected]>
AuthorDate: Mon Aug 24 18:46:17 2020 +0200

    Updating badges for org-apache-sling-graphql-core
---
 README.md | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 771a824..2f6c487 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 [<img 
src="https://sling.apache.org/res/logos/sling.png"/>](https://sling.apache.org)
 
- [![Build 
Status](https://ci-builds.apache.org/job/Sling/job/modules/job/sling-org-apache-sling-graphql-core/job/master/badge/icon)](https://ci-builds.apache.org/job/Sling/job/modules/job/sling-org-apache-sling-graphql-core/job/master)
 [![Test 
Status](https://img.shields.io/jenkins/t/https/ci-builds.apache.org/job/Sling/job/modules/job/sling-org-apache-sling-graphql-core/job/master.svg)](https://ci-builds.apache.org/job/Sling/job/modules/job/sling-org-apache-sling-graphql-core/job/master
 [...]
- 
+ [![Build 
Status](https://ci-builds.apache.org/job/Sling/job/modules/job/sling-org-apache-sling-graphql-core/job/master/badge/icon)](https://ci-builds.apache.org/job/Sling/job/modules/job/sling-org-apache-sling-graphql-core/job/master/)
 [![Test 
Status](https://img.shields.io/jenkins/tests.svg?jobUrl=https://ci-builds.apache.org/job/Sling/job/modules/job/sling-org-apache-sling-graphql-core/job/master/)](https://ci-builds.apache.org/job/Sling/job/modules/job/sling-org-apache-sling-graphql-
 [...]
+
  [![Quality Gate 
Status](https://sonarcloud.io/api/project_badges/measure?project=apache_sling-org-apache-sling-graphql-core&metric=alert_status)](https://sonarcloud.io/dashboard?id=apache_sling-org-apache-sling-graphql-core)
 
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=apache_sling-org-apache-sling-graphql-core&metric=coverage)](https://sonarcloud.io/dashboard?id=apache_sling-org-apache-sling-graphql-core)
 
[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=apache_sling-org-apache-sling-graphql-core&metric=bugs)](https://sonarcloud.io/dashboard?id=apache_sling-org-apache-sling-graphql-core)
@@ -129,7 +129,3 @@ The data fetcher provider then looks for a script that 
handles the `graphql/fetc
 
 In that test, the `/graphql/fetchers/scripted/example/fetcher.js` shown above 
resolves with those requirements, it is executed to retrieve the requested 
data. That execution happens with a context consisting of the current 
`SlingDataFetcherEnvironment` under the `environment` key, and the current 
Sling Resource under the `resource` key, both used in this test script.
     
-
-
-
-

Reply via email to