From 640cde22e6e12a24d6d6715f789bf90fecae7619 Mon Sep 17 00:00:00 2001 From: Peter Bierma Date: Mon, 23 Dec 2024 09:09:46 -0500 Subject: [PATCH] README: Fix 'Memory Leaks' badge. (#41) Also adds a badge for "Build Wheels" --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fef0193..9e527cb 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,9 @@ ## Call asynchronous code from an extension module +[![Build Wheels](https://github.com/ZeroIntensity/pyawaitable/actions/workflows/build.yml/badge.svg)](https://github.com/ZeroIntensity/pyawaitable/actions/workflows/build.yml) ![Tests](https://github.com/ZeroIntensity/pyawaitable/actions/workflows/tests.yml/badge.svg) -![Memory Check](https://github.com/ZeroIntensity/pyawaitable/actions/workflows/memory_check.yml/badge.svg) +![Memory Leaks](https://github.com/ZeroIntensity/pyawaitable/actions/workflows/memory_leaks.yml/badge.svg) - [Docs](https://awaitable.zintensity.dev) - [Source](https://github.com/ZeroIntensity/pyawaitable)