From b52f458a935376e91c5c3272803311bbf06cfc79 Mon Sep 17 00:00:00 2001 From: Takuya N Date: Tue, 20 Apr 2021 16:43:37 +0900 Subject: [PATCH] Update link for tests status on GH Actions (#1903) Follows #1778 --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index bf4322e0..b26cfafe 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -|Build Status| |Coverage Status| +|Tests Status| |Coverage Status| Patroni: A Template for PostgreSQL HA with ZooKeeper, etcd or Consul -------------------------------------------------------------------- @@ -171,7 +171,7 @@ Applications Should Not Use Superusers When connecting from an application, always use a non-superuser. Patroni requires access to the database to function properly. By using a superuser from an application, you can potentially use the entire connection pool, including the connections reserved for superusers, with the ``superuser_reserved_connections`` setting. If Patroni cannot access the Primary because the connection pool is full, behavior will be undesirable. -.. |Build Status| image:: https://travis-ci.org/zalando/patroni.svg?branch=master - :target: https://travis-ci.org/zalando/patroni +.. |Tests Status| image:: https://github.com/zalando/patroni/actions/workflows/tests.yaml/badge.svg + :target: https://github.com/zalando/patroni/actions/workflows/tests.yaml?query=branch%3Amaster .. |Coverage Status| image:: https://coveralls.io/repos/zalando/patroni/badge.svg?branch=master - :target: https://coveralls.io/r/zalando/patroni?branch=master + :target: https://coveralls.io/github/zalando/patroni?branch=master