From ee7bfca61e1a5dc6e5c995018f4a6339af747eb0 Mon Sep 17 00:00:00 2001 From: rtmadduri <170052006+rtmadduri@users.noreply.github.com> Date: Wed, 18 Feb 2026 17:34:03 +0000 Subject: [PATCH] chore: Update coverage include list for AMD-modified files --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 806a10baac..e9e8767c8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -223,6 +223,7 @@ include = [ "flashinfer/jit/cpp_ext_hip.py", "flashinfer/jit/env.py", "flashinfer/jit/utils.py", + "flashinfer/logits_processor/__init__.py", "flashinfer/norm.py", "flashinfer/page.py", "flashinfer/prefill_rocm.py",