mirror of
https://codeberg.org/PGPainless/vks-java.git
synced 2024-11-21 15:12:05 +01:00
Add badges for CI and Coveralls
This commit is contained in:
parent
867eebe684
commit
f349c701fa
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@ SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
# Verifying Key Server - Client API for Java
|
# Verifying Key Server - Client API for Java
|
||||||
|
|
||||||
|
[![status-badge](https://ci.codeberg.org/api/badges/PGPainless/vks-java/status.svg)](https://ci.codeberg.org/PGPainless/vks-java)
|
||||||
|
[![Coverage Status](https://coveralls.io/repos/github/pgpainless/vks-java/badge.svg?branch=main)](https://coveralls.io/github/pgpainless/vks-java?branch=main)
|
||||||
|
[![REUSE status](https://api.reuse.software/badge/github.com/pgpainless/vks-java)](https://api.reuse.software/info/github.com/pgpainless/vks-java)
|
||||||
|
|
||||||
Client-side API for fetching keys from - and publishing keys to - Verifying OpenPGP Key Servers (VKS).
|
Client-side API for fetching keys from - and publishing keys to - Verifying OpenPGP Key Servers (VKS).
|
||||||
|
|
||||||
An example implementation of a Verifying Key Server is [Hagrid](https://gitlab.com/hagrid-keyserver/hagrid), which is running https://keys.openpgp.org.
|
An example implementation of a Verifying Key Server is [Hagrid](https://gitlab.com/hagrid-keyserver/hagrid), which is running https://keys.openpgp.org.
|
||||||
|
|
Loading…
Reference in a new issue