Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.

Commit 4cdb381

Browse files
authored
docs: update ci badge
2 parents 4136d68 + 9c7f114 commit 4cdb381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
The goal of this project is to develop the official Corona-Warn-App for Germany based on the exposure notification API from [Apple](https://www.apple.com/covid19/contacttracing/) and [Google](https://www.google.com/covid19/exposurenotifications/). The apps (for both iOS and Android) use Bluetooth technology to exchange anonymous encrypted data with other mobile phones (on which the app is also installed) in the vicinity of an app user's phone. The data is stored locally on each user's device, preventing authorities or other parties from accessing or controlling the data. This repository contains the **DCC Server** for the Corona-Warn-App.
2222

2323
## Status
24-
![ci](https://github.com/corona-warn-app/cwa-dcc-server/workflows/ci/badge.svg)
24+
[![ci](https://github.com/corona-warn-app/cwa-dcc-server/actions/workflows/ci-main.yml/badge.svg)](https://github.com/corona-warn-app/cwa-dcc-server/actions/workflows/ci-main.yml)
2525
[![quality gate](https://sonarcloud.io/api/project_badges/measure?project=corona-warn-app_cwa-dcc-server&metric=alert_status)](https://sonarcloud.io/dashboard?id=corona-warn-app_cwa-dcc-server)
2626
[![coverage](https://sonarcloud.io/api/project_badges/measure?project=corona-warn-app_cwa-dcc-server&metric=coverage)](https://sonarcloud.io/dashboard?id=corona-warn-app_cwa-dcc-server)
2727
[![bugs](https://sonarcloud.io/api/project_badges/measure?project=corona-warn-app_cwa-dcc-server&metric=bugs)](https://sonarcloud.io/dashboard?id=corona-warn-app_cwa-dcc-server)

0 commit comments

Comments
 (0)