From 22115ae1a650cfdff8159ddc90aa78420036e645 Mon Sep 17 00:00:00 2001 From: Andy Chosak Date: Wed, 26 Oct 2022 13:48:45 -0400 Subject: [PATCH] Point README coverage badge to main branch The README coverage badge currently points to the "master" branch, but this repository now uses "main". --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2523f7b..202c7bb 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Wagtail-Flags [![Build Status](https://github.com/cfpb/wagtail-flags/workflows/test/badge.svg)](https://github.com/cfpb/wagtail-flags/actions?query=workflow%3Atest) -[![Coverage Status](https://coveralls.io/repos/github/cfpb/wagtail-flags/badge.svg?branch=master)](https://coveralls.io/github/cfpb/wagtail-flags?branch=master) +[![Coverage Status](https://coveralls.io/repos/github/cfpb/wagtail-flags/badge.svg?branch=main)](https://coveralls.io/github/cfpb/wagtail-flags?branch=main) [![Ethical open source](https://img.shields.io/badge/open-ethical-%234baaaa)](https://ethicalsource.dev/definition/) Feature flags allow you to toggle functionality based on configurable conditions.