From 6dca9df42c36ae68e75707f857ca422156a19bd3 Mon Sep 17 00:00:00 2001 From: Chuck Smith Date: Mon, 25 May 2026 13:47:08 -0400 Subject: [PATCH] chore: point Codecov upload at coverage/coverage.json codecov-action v6 no longer auto-discovers SimpleCov JSON output; explicit `files:` is required to fix the "unknown" badge. Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e1713e0..bcb08e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,6 +64,7 @@ jobs: uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} + files: coverage/coverage.json fail_ci_if_error: false release: