diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2024-02-06 01:25:01 +0200 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2024-02-06 01:34:24 +0200 |
commit | cc959309bd71236c19691db4a29ab48888e6a1c3 (patch) | |
tree | 2b1014757211befe4fd49d7a1865b0cc24aaf062 /README.md | |
parent | 6b20660c36e4ac31240cc74ea57438efb9a6a04e (diff) | |
download | pf4j-cc959309bd71236c19691db4a29ab48888e6a1c3.tar.gz pf4j-cc959309bd71236c19691db4a29ab48888e6a1c3.zip |
Add SonarCloud coverage badge
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ Plugin Framework for Java (PF4J) ===================== [![Join the chat at https://gitter.im/decebals/pf4j](https://badges.gitter.im/decebals/pf4j.svg)](https://gitter.im/decebals/pf4j?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![GitHub Actions Status](https://github.com/pf4j/pf4j/actions/workflows/build.yml/badge.svg)](https://github.com/pf4j/pf4j/actions/workflows/build.yml) -[![Coverage Status](https://coveralls.io/repos/pf4j/pf4j/badge.svg?branch=master&service=github)](https://coveralls.io/github/pf4j/pf4j?branch=master) +[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=pf4j_pf4j&metric=coverage)](https://sonarcloud.io/summary/new_code?id=pf4j_pf4j) [![Maven Central](http://img.shields.io/maven-central/v/org.pf4j/pf4j.svg)](http://search.maven.org/#search|ga|1|pf4j) A plugin is a way for a third party to extend the functionality of an application. A plugin implements extension points |