From 068c2f434b2834ecc5c530e61350bcdf6f500e5d Mon Sep 17 00:00:00 2001 From: duskobogdanovski Date: Mon, 18 Jan 2021 18:25:38 +0100 Subject: [PATCH 1/2] Fix coveralls badge to point to main branch --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 9b66fe25..920ea700 100644 --- a/README.rst +++ b/README.rst @@ -1,8 +1,8 @@ .. image:: https://github.com/keitaroinc/ckanext-saml2auth/workflows/CI/badge.svg :target: https://github.com/keitaroinc/ckanext-saml2auth/actions -.. image:: https://coveralls.io/repos/github/keitaroinc/ckanext-saml2auth/badge.svg?branch=initial-implementation - :target: https://coveralls.io/github/keitaroinc/ckanext-saml2auth?branch=initial-implementation +.. image:: https://coveralls.io/repos/github/keitaroinc/ckanext-saml2auth/badge.svg?branch=main +:target: https://coveralls.io/github/keitaroinc/ckanext-saml2auth?branch=main .. image:: https://img.shields.io/badge/python-3.8-blue.svg :target: https://www.python.org/downloads/release/python-384/ From 5e2314f128ded6aa69d1bc4967c2e1feab2dbea1 Mon Sep 17 00:00:00 2001 From: duskobogdanovski Date: Mon, 18 Jan 2021 18:27:07 +0100 Subject: [PATCH 2/2] Fix indentation --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 920ea700..264dda51 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ :target: https://github.com/keitaroinc/ckanext-saml2auth/actions .. image:: https://coveralls.io/repos/github/keitaroinc/ckanext-saml2auth/badge.svg?branch=main -:target: https://coveralls.io/github/keitaroinc/ckanext-saml2auth?branch=main + :target: https://coveralls.io/github/keitaroinc/ckanext-saml2auth?branch=main .. image:: https://img.shields.io/badge/python-3.8-blue.svg :target: https://www.python.org/downloads/release/python-384/