From 6ec02a2d015976e1593eb127ad7a33b61c1d6833 Mon Sep 17 00:00:00 2001 From: zeevdr Date: Wed, 10 Jun 2026 10:36:03 +0300 Subject: [PATCH] docs: re-add Coverage badge, put Codespaces on its own line Bring the badge count to 6 (within the agreed cap) by restoring the codecov badge as a quality signal, and move the Codespaces "try it now" badge to its own line so it stands out as a call to action. Mirrors the same change in opendecree/decree. Co-Authored-By: Claude --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d5e564b..cbf6ef7 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ [![PyPI](https://img.shields.io/pypi/v/opendecree)](https://pypi.org/project/opendecree/) [![License](https://img.shields.io/github/license/opendecree/decree-python)](LICENSE) [![Docs](https://img.shields.io/badge/docs-opendecree.github.io-teal)](https://opendecree.github.io/decree-python) +[![codecov](https://codecov.io/gh/opendecree/decree-python/graph/badge.svg)](https://codecov.io/gh/opendecree/decree-python) + [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/opendecree/decree-python) Python SDK for [OpenDecree](https://github.com/opendecree/decree) — schema-driven configuration management.