From f1f8397bd0ed9ffc0ad8904614ba895a9c1a79e7 Mon Sep 17 00:00:00 2001 From: Teemu Kataja Date: Wed, 9 Sep 2020 08:44:12 +0300 Subject: [PATCH] set coverage branch to head --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74f4434..2d74213 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ## OIDC Client ![Python Unit Tests](https://github.com/CSCfi/oidc-client/workflows/Python%20Unit%20Tests/badge.svg?branch=master) -[![Coverage Status](https://coveralls.io/repos/github/CSCfi/oidc-client/badge.svg)](https://coveralls.io/github/CSCfi/oidc-client) +[![Coverage Status](https://coveralls.io/repos/github/CSCfi/oidc-client/badge.svg?branch=HEAD)](https://coveralls.io/github/CSCfi/oidc-client?branch=HEAD) [![Documentation Status](https://readthedocs.org/projects/csc-oidc-client/badge/?version=latest)](https://csc-oidc-client.readthedocs.io/en/latest/?badge=latest) CSC OIDC Client is a lightweight [aiohttp](https://aiohttp.readthedocs.io/en/stable/) web application used for interacting with OIDC servers.