From bee38ce935ddcf54f65043568eb318adc942ec30 Mon Sep 17 00:00:00 2001 From: Toby Jaffey Date: Sat, 13 Dec 2025 20:14:10 +0000 Subject: [PATCH] Revert "Attempt to add coverage badge" This reverts commit 6a2bfceabc4e9fc73c5c35d2867f8cd414e76218. --- .github/workflows/build.yml | 7 ------- README.md | 2 -- 2 files changed, 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fdc5268..4fc19d4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,11 +28,4 @@ jobs: indicators: true output: both thresholds: '60 80' - - name: Make Coverage Badge - uses: action-badges/cobertura-coverage-xml-badges@0.4.0 - with: - file-name: coverage.svg - badge-branch: badges - github-token: '${{ secrets.GITHUB_TOKEN }}' - coverage-file-name: uvm32/test/coverage.xml diff --git a/README.md b/README.md index 1d85ee9..8a58560 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # 🌱 uvm32 -![coverage](https://raw.githubusercontent.com/ringtailsoftware/uvm32/badges/.badges/main/coverage.svg) - uvm32 is a minimalist, dependency-free virtual machine sandbox designed for microcontrollers and other resource-constrained devices. Single C file, no dynamic memory allocations, asynchronous design, pure C99. On an [STM32L0](https://www.st.com/en/microcontrollers-microprocessors/stm32l0-series.html) (ARM Cortex-M0+) the required footprint is under 4KB flash/1KB RAM.