From bed28c8c3d94c3a22a41dcce41d7017b861f294f Mon Sep 17 00:00:00 2001 From: Andrew Brookins Date: Fri, 31 Jul 2026 17:28:34 -0700 Subject: [PATCH] Use Codecov v6 coverage input --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f70d6f65..a48551de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,9 +88,9 @@ jobs: make test uv run coverage xml - name: Upload coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: - file: ./coverage.xml + files: ./coverage.xml flags: unit env_vars: OS fail_ci_if_error: false