From b9ec9790e7eaa48aa127290a6449eda4f9ca17cd Mon Sep 17 00:00:00 2001 From: Yousaf Nabi Date: Fri, 27 Sep 2024 15:57:58 +0100 Subject: [PATCH] docs: remove extraneous badges --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 2433141..9a3ffee 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,6 @@ [![Can I deploy Status](https://test.pactflow.io/pacticipants/pactflow-example-provider-golang/branches/master/latest-version/can-i-deploy/to-environment/production/badge.svg)](https://test.pactflow.io/overview/provider/pactflow-example-consumer-golang/consumer/pactflow-example-consumer-golang) -[![Pact Status](https://test.pactflow.io/pacts/provider/pactflow-example-provider-golang/consumer/pactflow-example-consumer-golang/latest/badge.svg)](https://test.pactflow.io/pacts/provider/pactflow-example-provider-golang/consumer/pactflow-example-consumer-golang/latest) (latest pact) - -[![Pact Status](https://test.pactflow.io/pacts/provider/pactflow-example-provider-golang/consumer/pactflow-example-consumer-golang/latest/master/badge.svg)](https://test.pactflow.io/pacts/provider/pactflow-example-provider-golang/consumer/pactflow-example-consumer-golang/latest/master) (master/master pact) This is an example of a (Gin-based) Golang provider that uses Pact, [PactFlow](https://pactflow.io) and GitHub Actions to ensure that it is compatible with the expectations its consumers have of it. The project uses a Makefile to simulate a very simple build pipeline with two stages - test and deploy. @@ -33,4 +30,4 @@ See the [PactFlow CI/CD Workshop](https://github.com/pactflow/ci-cd-workshop). ``` make fake_ci -``` \ No newline at end of file +```