Skip to content

Commit

Permalink
Added coverage badge
Browse files Browse the repository at this point in the history
  • Loading branch information
fugerit79 committed Sep 16, 2023
1 parent d0924c4 commit f5d42ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- [Sonar cloud workflow](.github/workflows/sonarcloud-maven.yml)
- [Maven build workflow](.github/workflows/build_maven_package.yml)
- Sonar Cloud coverage badge
- keep a changelog badge

### Changed
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
[![Maven Central](https://img.shields.io/maven-central/v/org.fugerit.java/fj-doc-mod-openpdf.svg)](https://mvnrepository.com/artifact/org.fugerit.java/fj-doc-mod-openpdf)
[![license](https://img.shields.io/badge/License-Apache%20License%202.0-teal.svg)](https://opensource.org/licenses/Apache-2.0)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=fugerit-org_fj-doc-mod-openpdf&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=fugerit-org_fj-doc-mod-openpdf)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=fugerit-org_fj-doc-mod-openpdf&metric=coverage)](https://sonarcloud.io/summary/new_code?id=fugerit-org_fj-doc-mod-openpdf)

*Description* :
Type handlers for generating documents in PDF, RTF and HTML formats using [OpenPDF](https://github.com/LibrePDF/OpenPDF) / [OpenRTF](https://github.com/LibrePDF/OpenRTF) (which is basically a fork of itext project)
Expand All @@ -30,5 +31,3 @@ dispatch failed: java.lang.UnsatisfiedLinkError: no awt in java.library.path] wi
java.lang.UnsatisfiedLinkError: no awt in java.library.path
at org.graalvm.nativeimage.builder/com.oracle.svm.core.jdk.NativeLibrarySupport.loadLibraryRelative(NativeLibrarySupport.java:120) ~[na:na]
```

[![Quality gate](https://sonarcloud.io/api/project_badges/quality_gate?project=fugerit-org_fj-doc-mod-openpdf)](https://sonarcloud.io/summary/new_code?id=fugerit-org_fj-doc-mod-openpdf)

0 comments on commit f5d42ac

Please sign in to comment.